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