Search
TimerEventArgs.Handler Property
See Also
 





Gets the tick handler of the timer when a new timer is requested.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public EventHandler Handler { get; }

Visual Basic  Copy Code

Public ReadOnly Property Handler As EventHandler

 Property Value

 See Also