OnButtonClick Method

Syntax
C#
VB
C++
protected override void OnButtonClick( 
   EventArgs e 
) 
  
Protected Overrides Sub OnButtonClick( _ 
   ByVal e As EventArgs _ 
)  
protected: 
void OnButtonClick(  
   EventArgs^ e 
) override  

Parameters

e
An System.EventArgs that contains the event data.

Remarks

This will also raise the System.Windows.Forms.ToolStripMenuItem.OnClick(System.EventArgs) event for the CurrentItem

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.