DataGridView.BackColorChanged Event

Definition

Occurs when the value of the BackColor property changes.

public:
 event EventHandler ^ BackColorChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler BackColorChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler? BackColorChanged;
[<System.ComponentModel.Browsable(false)>]
member this.BackColorChanged : EventHandler 
Public Custom Event BackColorChanged As EventHandler 

Event Type

Attributes

Remarks

The BackColorChanged event is raised if the BackColor property is changed programmatically or by user interaction.

For more information about how to handle events, see Handling and Raising Events.

Applies to

See also