CanSelectCellEventArgs Constructors
Provides data for the TableView.CanSelectCell and TreeListView.CanSelectCell events.Name | Parameters | Description |
---|---|---|
CanSelectCellEventArgs(DataViewBase, Int32, ColumnBase, Boolean) | view, rowHandle, column, canSelectCell | Initializes a new instance of the CanSelectCellEventArgs class with the specified settings. |
See Also