BalloonWindow Library for .NET

GraphicsPathWindow.OnBorderStyleChanged Method 

Raises the BorderStyleChanged event.

[Visual Basic]
Overridable Protected Sub OnBorderStyleChanged( _
   ByVal e As EventArgs _
)
[C#]
protected virtual void OnBorderStyleChanged(
   EventArgs e
);

Parameters

e

See Also

GraphicsPathWindow Class | Rilling.Common.UI.Forms Namespace