System.Web
2.0.0.0
System.EventArgs
The event is raised when a object in an control is clicked. To allow a object to raise the event, you must first set either the property or the property to HotSpotMode.PostBack. To control the actions programmatically that are performed when a postback is clicked, provide an event handler for the event.
A property stores a string that is associated with the behavior of the object when clicked. This string is passed in the event data when the is clicked.
Provides data for the event of an control.
Constructor
Use this constructor to initialize a new instance of the class.
The following table shows initial property values for an instance of the class.
-
Property
Initial Value
-
The string assigned to the parameter.
Initializes a new instance of the class.
The object assigned to the property of the object that was clicked.
2.0.0.0
Property
System.String
To be added.
Use this property to programmatically access the property of the object in an control that was clicked.
Gets the assigned to the property of the object that was clicked.
2.0.0.0