CanUnselectRowEventArgs Constructors
Provides data for the DataViewBase.CanUnselectRow event.Name | Parameters | Description |
---|---|---|
CanUnselectRowEventArgs(DataViewBase, Int32, Boolean) | view, rowHandle, canUnselectRow | Initializes a new instance of the CanUnselectRowEventArgs class with the specified settings. |
See Also