Click or drag to resize

BotEventsNeoProfileNewProfileLoadedDelegate Delegate

Creates a new profile loaded delegate.

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

Parameters

args
Type: ff14bot.NeoProfileBotEventsNeoProfileNewProfileLoadedEventArgs
New profile loaded event information.
See Also