TimerElapsedEventArgs

TimerElapsedEventArgs

Microsoft.Win32 (system.dll) class

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  : EventArgs {  // Public Constructors  public  TimerElapsedEventArgs  (IntPtr   timerId   );  // Public Instance Properties  public IntPtr  TimerId  {get; } } 

Hierarchy

System.Object System.EventArgs TimerElapsedEventArgs

Passed To

TimerElapsedEventHandler.{BeginInvoke( ) , Invoke( )}



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net