Click or drag to resize

FormSpellTimers Events

The FormSpellTimers type exposes the following members.

Events
 NameDescription
Public eventOnSpellTimerExpire Called when a spell timer reaches zero
Public eventOnSpellTimerImageRefreshed Occurs when the Spell Timers window changes images. This may occur after a window resize as well. The "sender" will be the picture box being drawn
Public eventOnSpellTimerNotify Called when a spell timer is created, restarted, or has a DoT tick applied. In other words, any time the window is notified about a spell it is actively keeping track of. If you need to know if the event is called off of a start/restart or a DoT tick, check the MasterTimer property of the last SpellTimer in TimerFrame.SpellTimers.
Public eventOnSpellTimerRemoved Called when a spell timer is removed from view; usually at -15 seconds
Public eventOnSpellTimerWarning Called when a spell timer reaches its defined warning value; usually 10 seconds
Top
See Also