Environment.OnAnimationTimerTick Method

Occurs every timer tick. Call base class method when overriding.
Protected Overridable Sub OnAnimationTimerTick( _ 
ByVal stateInfo As Object
)
This language is not supported or no code example is available.
protected virtual void OnAnimationTimerTick( 
object stateInfo 
)
This language is not supported or no code example is available.

Parameters

stateInfo
object

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition