wManager.Wow.Helpers Namespace
WRobot

OthersEvents..::..AddBlacklistZoneHandler Delegate

Delegate AddBlacklistZoneHandler

Namespace:  wManager.Events
Assembly:  wManager (in wManager.dll)

Syntax


public delegate void AddBlacklistZoneHandler(
	BlackListSerializable..::..Blackspot blackspot,
	bool isSessionBlacklist,
	CancelEventArgs cancelable
)
Public Delegate Sub AddBlacklistZoneHandler ( _
	blackspot As BlackListSerializable..::..Blackspot, _
	isSessionBlacklist As Boolean, _
	cancelable As CancelEventArgs _
)
public delegate void AddBlacklistZoneHandler(
	BlackListSerializable..::..Blackspot^ blackspot, 
	bool^ isSessionBlacklist, 
	CancelEventArgs^ cancelable
)

Parameters

blackspot
Type: wManager..::..BlackListSerializable..::..Blackspot
The blackspot.
isSessionBlacklist
Type: Boolean
if set to true it will be added again to the blacklist if the continent change for example.
cancelable
Type: CancelEventArgs
The CancelEventArgs instance containing the event data.