BalloonWindow Library for .NET

GraphicsPathWindow.OnBorderColorChanged Method 

Raises the BorderColorChanged event.

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

Parameters

e
Arguments passed to the event handler.

See Also

GraphicsPathWindow Class | Rilling.Common.UI.Forms Namespace