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