BalloonWindow Library for .NET

GraphicsPathWindow.OnBackStyleChanged Method 

Raises the BackStyleChanged event.

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

Parameters

e
Arguments passed to the event handler.

See Also

GraphicsPathWindow Class | Rilling.Common.UI.Forms Namespace