OnFormClosed Method

Summary
Raises the System.Windows.Forms.Form.FormClosed event.
Syntax
C#
VB
C++
protected override void OnFormClosed( 
   FormClosedEventArgs e 
) 
  
Protected Overrides Sub OnFormClosed( _ 
   ByVal e As FormClosedEventArgs _ 
)  
protected: 
void OnFormClosed(  
   FormClosedEventArgs^ e 
) override  

Parameters

e
A System.Windows.Forms.FormClosedEventArgs that contains the event data.

Remarks

If DeactivateOnClose is true this will dispose the form.

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.