GridViewDesigner.OnClick(DesignerRegionMouseEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when a region of the design-time view of the associated control is clicked.
protected:
override void OnClick(System::Web::UI::Design::DesignerRegionMouseEventArgs ^ e);
protected override void OnClick (System.Web.UI.Design.DesignerRegionMouseEventArgs e);
override this.OnClick : System.Web.UI.Design.DesignerRegionMouseEventArgs -> unit
Protected Overrides Sub OnClick (e As DesignerRegionMouseEventArgs)
Parameters
A DesignerRegionMouseEventArgs that defines the clicked region of the control.
Remarks
The OnClick method saves the selected region index and updates the markup that renders the GridView control on the design surface.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.