
Occurs when the value of the BorderStyle property has changed. The event handler receives an argument of type EventArgs containing data related to this event.
[C#]
public event EventHandler BorderStyleChanged;
[Visual Basic]
Public Event BorderStyleChanged As EventHandler