wManager.Wow.Helpers Namespace
WRobot

OthersEvents..::..VectorVectorCancelableHandler Delegate

Delegate VectorVectorCancelableHandler

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

Syntax


public delegate void VectorVectorCancelableHandler(
	Vector3 from,
	Vector3 to,
	string continentNameMpq,
	CancelEventArgs cancelable
)
Public Delegate Sub VectorVectorCancelableHandler ( _
	from As Vector3, _
	to As Vector3, _
	continentNameMpq As String, _
	cancelable As CancelEventArgs _
)
public delegate void VectorVectorCancelableHandler(
	Vector3^ from, 
	Vector3^ to, 
	String^ continentNameMpq, 
	CancelEventArgs^ cancelable
)

Parameters

from
Type: robotManager.Helpful..::..Vector3
From.
to
Type: robotManager.Helpful..::..Vector3
To.
continentNameMpq
Type: String
The continent name MPQ.
cancelable
Type: CancelEventArgs
The CancelEventArgs instance containing the event data.