System.Windows.Forms.SplitContainer.BackgroundImageChanged Event

Occurs when the SplitContainer.BackgroundImage property changes.

Syntax

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Always)]
[System.ComponentModel.Browsable(true)]
public event EventHandler BackgroundImageChanged

Remarks

This event is raised if the SplitContainer.BackgroundImage property is changed by either a programmatic modification or user interaction.

For more information about handling events, see Consuming Events.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0