Package com._1c.g5.v8.dt.common.ui
Interface ISelectionChangeHandler
public interface ISelectionChangeHandler
Handler, that handles abstract selection change event.
Used to pass selection change handling inside widgets.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Handle selection change event.
-
Method Details
-
selectionChanged
Handle selection change event.- Parameters:
event
- selection change event
-