SelectionChangedEventArgs Constructors
Provides data for the selection changed events.| Name | Parameters | Description |
|---|---|---|
| SelectionChangedEventArgs() | none | Initializes a new instance of the SelectionChangedEventArgs class with default settings. |
| SelectionChangedEventArgs(CollectionChangeAction, Int32) | action, controllerRow | Initializes a new instance of the SelectionChangedEventArgs class with the specified settings. |
See Also