Search
TimerEventArgs.IsHandled Property
See Also
 





Gets or sets a value indicating whether the event is handled.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool IsHandled { get; set; }

Visual Basic  Copy Code

Public Property IsHandled As Boolean

 Property Value

 See Also