DataGridView.StyleChanged Event

Definition

Occurs when the control style changes.

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

Event Type

Attributes

Remarks

This event is not relevant to this control.

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

Applies to

See also