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 override bool OnSelecting(CommandEventArgs args)
Parameters
argsCommandEventArgsThe event arguments.