Gets the number of clicks.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public int Clicks { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Clicks As Integer |
An integer value specifying the number of clicks related to the raised event.
See Also