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