Search
TimerEventArgs Class
See Also
 





Contains the arguments passed to timer-related event handlers.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class TimerEventArgs : EventArgs

Visual Basic  Copy Code

Public Class TimerEventArgs
    Inherits EventArgs

 Inheritance Hierarchy

System.Object
    System.EventArgs
        MindFusion.Diagramming.TimerEventArgs

 See Also