wManager.Wow.Helpers Namespace
WRobot

Events..::..ReloggerProfileCancelableHandler Delegate

Delegate ReloggerProfileCancelableHandler

Namespace:  Relogger
Assembly:  Relogger (in Relogger.exe)

Syntax


public delegate void ReloggerProfileCancelableHandler(
	ReloggerProfile profile,
	CancelEventArgs cancelable
)
Public Delegate Sub ReloggerProfileCancelableHandler ( _
	profile As ReloggerProfile, _
	cancelable As CancelEventArgs _
)
public delegate void ReloggerProfileCancelableHandler(
	ReloggerProfile^ profile, 
	CancelEventArgs^ cancelable
)

Parameters

profile
Type: Relogger.Classes..::..ReloggerProfile
The profile.
cancelable
Type: CancelEventArgs
The CancelEventArgs instance containing the event data.