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