DataGridView.PaddingChanged Event

Definition

Occurs when the value of the Padding property changes.

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

Event Type

Attributes

Remarks

The Padding property is not relevant for this control, although you can change its value and respond to such changes by handling this event.

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

Applies to

See also