Control.OnBackgroundImageChanged(EventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the BackgroundImageChanged event.
protected:
virtual void OnBackgroundImageChanged(EventArgs ^ e);
protected virtual void OnBackgroundImageChanged(EventArgs e);
abstract member OnBackgroundImageChanged : EventArgs -> unit
override this.OnBackgroundImageChanged : EventArgs -> unit
Protected Overridable Sub OnBackgroundImageChanged (e As EventArgs)
Parameters
Examples
The following code example is an event-raising method that is executed when the Text property value changes. The