Raised to allow custom-drawing of the selector's background.
Namespace: MindFusion.UI.WinForms
Assembly: MindFusion.UI.WinForms
SyntaxC#
Copy Code
|
|---|
public event EventHandler<DrawEventArgs> DrawBackground |
Visual Basic
Copy Code
|
|---|
Public Event DrawBackground As EventHandler(Of DrawEventArgs) |
Event DataDrawBackground event handlers receive an argument of type DrawEventArgs.
See Also