Package com._1c.g5.v8.dt.common.ui
Interface ISelectionChangeHandler
-
public interface ISelectionChangeHandlerHandler, that handles abstract selection change event. Used to pass selection change handling inside widgets.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidselectionChanged(SelectionChangedEvent event)Handle selection change event.
-
-
-
Method Detail
-
selectionChanged
void selectionChanged(SelectionChangedEvent event)
Handle selection change event.- Parameters:
event- selection change event
-
-