Skip to main content
A newer version of this page is available. .

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