Event Selecting
Cancelable event raised when the user has performed an action (e.g. Select) causing the View to change state. CommandEventArgs.Cancel to true to cancel the state change.
public event EventHandler<CommandEventArgs>? Selecting
Returns
- EventHandler<CommandEventArgs>
- Cancelable event raised when the user has performed an action (e.g. ) causing the View to change state. CommandEventArgs.Cancel to true to cancel the state change.