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