Version

HandleCommandEventArgs Class Members

The following tables list the members exposed by HandleCommandEventArgs.

Public Constructors
 NameDescription
Public ConstructorHandleCommandEventArgs ConstructorInitializes the object with the originating event arguments.  
Public Properties
 NameDescription
Public PropertyCommandArgumentGets the argument for the command. (Inherited from System.Web.UI.WebControls.CommandEventArgs)
Public PropertyCommandNameGets the name of the command. (Inherited from System.Web.UI.WebControls.CommandEventArgs)
Public PropertyHandledIndicates whether the command event was handled. Can be set from inside of an event handler and stop the command event from propagating.  
See Also