Search
Button.OnCustomDraw Method
See Also
 





Raises the CustomDraw event.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void OnCustomDraw (
    DrawButtonEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnCustomDraw( _
    e As DrawButtonEventArgs _
)

 Parameters

e

An object providing the event data.

 See Also