GridViewDesigner.OnClick Method
.NET Framework 3.0
Called when a region of the design-time view of the associated control is clicked.
Namespace: System.Web.UI.Design.WebControls
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
protected void OnClick ( DesignerRegionMouseEventArgs e )
protected override function OnClick ( e : DesignerRegionMouseEventArgs )
Not applicable.
Parameters
- e
A DesignerRegionMouseEventArgs that defines the clicked region of the control.
The OnClick method saves the selected region index and updates the markup that renders the GridView control on the design surface.
Community Additions
ADD
Show: