ActionsPane.BackColorChanged Event

Definition

Occurs when the value of the BackColor property changes.

public:
 event EventHandler ^ BackColorChanged;
event EventHandler BackColorChanged;
member this.BackColorChanged : EventHandler 
Event BackColorChanged As EventHandler 

Event Type

Remarks

This event provides the same functionality as the System.Windows.Forms.Control.BackColorChanged event. For more information about using this event, see System.Windows.Forms.Control.BackColorChanged.

Applies to