Method OnCommandNotBound
OnCommandNotBound(CommandEventArgs)
Called when a command that has not been bound is invoked. Set CommandEventArgs.Handled to true and return true to indicate the event was handled and processing should stop.
protected virtual bool OnCommandNotBound(CommandEventArgs args)
Parameters
args
CommandEventArgsThe event arguments.