Search
IComponentHost.StopTimer Method
See Also
 





Stops and disposes of the specified timer.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

void StopTimer (
    Object timer
)

Visual Basic  Copy Code

Sub StopTimer( _
    timer As Object _
)

 Parameters

timer

The timer to stop.

 See Also