Specifies the signature of drawing event handlers.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public delegate void DrawEventHandler ( |
Visual Basic
Copy Code
|
|---|
Public Delegate Sub DrawEventHandler( _ |
The source objects that raises the event.
The event arguments.
See Also