Event Selecting
Cancelable event raised when the user has performed an action (e.g. Select) causing the View to change state. Set CommandEventArgs.Handled to true to indicate the event was handled and processing should stop.
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. Set CommandEventArgs.Handled to true to indicate the event was handled and processing should stop.