In This Topic
Syntax
'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Protected Overridable Sub OnClosing( _
ByVal As System.ComponentModel.CancelEventArgs _
)
'Usage
Dim instance As LicenseDialog
Dim e As System.ComponentModel.CancelEventArgs
instance.OnClosing(e)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected virtual void OnClosing(
System.ComponentModel.CancelEventArgs
)
protected procedure OnClosing(
: System.ComponentModel.CancelEventArgs
); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)
protected function OnClosing(
: System.ComponentModel.CancelEventArgs
);
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected: virtual void OnClosing(
System.ComponentModel.CancelEventArgs*
)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
protected:
virtual void OnClosing(
System.ComponentModel.CancelEventArgs^
)
Parameters
- e
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also