Click or drag to resize

BotEventsOnBotStopDelegate Delegate

The bot stop delegate event.

Namespace:  ff14bot.NeoProfile
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public delegate void OnBotStopDelegate(
	EventArgs args
)

Parameters

args
Type: SystemEventArgs
Event information to send to registered event handlers.
See Also