TimerTick Event
Fired once per Interval when timer is Enabled.
Namespace: ASCOM.UtilitiesAssembly: ASCOM.Utilities (in ASCOM.Utilities.dll) Version: 7.1.3+4851.c5da65c2b
public event TimerTickEventHandler Tick
Public Event Tick As TimerTickEventHandler
public:
event TimerTickEventHandler^ Tick {
void add (TimerTickEventHandler^ value);
void remove (TimerTickEventHandler^ value);
}
Value
TimerTickEventHandler To sink this event in Visual Basic, declare the object variable using the WithEvents keyword.