BalloonWindow Library for .NET

GraphicsPathWindow.OnPathLayoutChanged Method 

Raises the PathLayoutChanged event.

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

Parameters

e
Arguments passed to the event handler.

See Also

GraphicsPathWindow Class | Rilling.Common.UI.Forms Namespace