DetailsViewDesigner.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 for 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 DetailsView control on the design surface.
Applies to
See also
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.