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