System.Design
2.0.0.0
System.EventArgs
The event is raised by the designer host for certain actions on a control on the design surface. For example, an event is raised when you click a selected control or a designer region in a selected control on the design surface.
The class supplies a default delegate to handle the event. When you click a selected control or a designer region of a selected control at design time, the designer host initializes a object for a event type, and then sets the property with a object.
When the object indicates that you clicked a designer region, the default delegate in the class passes the object to the method. Classes deriving from the class override the method to process events that are raised when you click a control in the design host.
The property represents the control designer region that the event applies to, if any. The property represents the location on the design surface that was clicked.
For more information about events and delegates, see Events and Delegates.
Provides data for a event that is raised when you click on a selected control or a designer region in a selected control. This class cannot be inherited.
Constructor
2.0.0.0
A delegate method uses the constructor to initialize a object for use with a object.
When you click a control region at design time, the designer host initializes a object for a event type, and then sets the property with a object.
Initializes a new instance of the class with the specified region and location.
The designer region that was clicked; used to initialize the .
The location that was clicked, relative to the upper left corner of the region; used to initialize the .
Property
2.0.0.0
System.Drawing.Point
To be added.
The property contains the coordinates that identify where you clicked, relative to the upper left corner of the region.
The property is initialized by the constructor.
Gets the location within the control that was clicked.
Property
2.0.0.0
System.Web.UI.Design.DesignerRegion
To be added.
The property represents the control designer region that was clicked, if any.
The property is initialized by the constructor.
Gets the designer region that was clicked, if any.