'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> Protected Overridable Sub OnBackgroundImageChanged( _ ByVal e As System.EventArgs _ )
'Usage
Dim instance As FormulaBar Dim e As System.EventArgs instance.OnBackgroundImageChanged(e)
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected virtual void OnBackgroundImageChanged( System.EventArgs e )
protected procedure OnBackgroundImageChanged( e: System.EventArgs ); virtual;
System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced) protected function OnBackgroundImageChanged( e : System.EventArgs );
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected: virtual void OnBackgroundImageChanged( System.EventArgs* e )
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] protected: virtual void OnBackgroundImageChanged( System.EventArgs^ e )
Parameters
- e