NavigationTimerHandler Delegate

Represents the method that will handle the Environment.NavigationTimerTick event.
Public Delegate Sub NavigationTimerHandler( _ 
ByVal sender As Object, _ 
ByVal e As EventArgs
)
This language is not supported or no code example is available.
public delegate void NavigationTimerHandler( 
object sender
EventArgs e 
)
This language is not supported or no code example is available.

Parameters

sender
object

The source of the event.

e
EventArgs

The event data.

.NET Framework

Supported in: 4.8

In this article

Definition