Search
TimerEventArgs.IsStart Property
See Also
 





Gets a value indicating whether a new timer is being created or an existing timer is being stopped.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IsStart { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsStart As Boolean

 Property Value

 See Also