Method OnCommandNotBound
OnCommandNotBound(CommandEventArgs)
Called when a command that has not been bound is invoked. Set CommandEventArgs.Cancel to true and return true to cancel the event. The default implementation does nothing.
protected virtual bool OnCommandNotBound(CommandEventArgs args)
Parameters
args
CommandEventArgsThe event arguments.