Method OnSelecting
OnSelecting(CommandEventArgs)
Called when the user has performed an action (e.g. Select) causing the View to change state. Set CommandEventArgs.Cancel to true and return true to cancel the state change. The default implementation does nothing.
protected virtual bool OnSelecting(CommandEventArgs args)
Parameters
args
CommandEventArgsThe event arguments.