Search
DateEventArgs.Clicks Property
See Also
 





Gets the number of clicks.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public int Clicks { get; }

Visual Basic  Copy Code

Public ReadOnly Property Clicks As Integer

 Property Value

An integer value specifying the number of clicks related to the raised event.

 See Also