Search
RangeSelector.DrawBackground Event
See Also
 





Raised to allow custom-drawing of the selector's background.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Common.Wpf

 Syntax

C#  Copy Code

public event EventHandler<DrawEventArgs> DrawBackground

Visual Basic  Copy Code

Public Event DrawBackground As EventHandler(Of DrawEventArgs)

 Event Data

DrawBackground events receive an argument of type DrawEventArgs.

 See Also