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