Click or drag to resize

BotEventsOnBotChangedDelegate Delegate

Raises the bottom changed event.

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

Parameters

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