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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.