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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.