Usages of LassoSelectionEventArgs
Method Return Values
| createInputModeEventArgs () | in LassoSelectionInputMode | Helper method that yields a suitably configured LassoSelectionEventArgs for this input mode. |
Method Parameters
| onDragCanceled (LassoSelectionEventArgs) | in LassoSelectionInputMode | Triggers the drag-canceled event. | |
| onDragCanceling (LassoSelectionEventArgs) | in LassoSelectionInputMode | Triggers the drag-canceling event. | |
| onDragFinished (LassoSelectionEventArgs) | in LassoSelectionInputMode | Called once the drag has been finalized. | |
| onDragFinishing (LassoSelectionEventArgs) | in LassoSelectionInputMode | Called before the drag will be finalized. | |
| onDragged (LassoSelectionEventArgs) | in LassoSelectionInputMode | Called at the end of each drag. | |
| onDragging (LassoSelectionEventArgs) | in LassoSelectionInputMode | Called at the start of each drag. | |
| onDragStarted (LassoSelectionEventArgs) | in LassoSelectionInputMode | Triggers the drag-started event. | |
| onDragStarting (LassoSelectionEventArgs) | in LassoSelectionInputMode | Triggers the drag-starting event. |