Method OnSelecting
OnSelecting(CommandEventArgs)
Called when the user has performed an action (e.g. Select) causing the View to change state. Set CommandEventArgs.Handled to true and return true to indicate the event was handled and processing should stop.
protected virtual bool OnSelecting(CommandEventArgs args)
Parameters
args
CommandEventArgsThe event arguments.