WebBrowser.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

Although you can get or set the value of the Padding property and respond to changes by handling this event, the Padding property is not meaningful for this control.

Applies to

See also