Name

TimerElapsedEventArgs

Synopsis

This class is a custom System.EventArgs object used for the SystemEvents.TimerElapsed delegate. It provides additional information to your event handler, identifying the ID of the timer that has changed.

Public Class TimerElapsedEventArgs : Inherits EventArgs
' Public Constructors
   Public Sub New( ByVal timerId As IntPtr) 
' Public Instance Properties
   Public ReadOnly Property TimerId As IntPtr  
End Class

Hierarchy

System.ObjectSystem.EventArgs TimerElapsedEventArgs

Passed To

TimerElapsedEventHandler.{BeginInvoke(), Invoke()}

Get VB.NET Core Classes in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.