FarmingEvents..::..FarmingCancelableHandler Delegate
Delegate FarmingCancelableHandler
Namespace:
wManager.EventsAssembly: wManager (in wManager.dll)
Syntax
public delegate void FarmingCancelableHandler( WoWGameObject node, CancelEventArgs cancelable )
Public Delegate Sub FarmingCancelableHandler ( _ node As WoWGameObject, _ cancelable As CancelEventArgs _ )
public delegate void FarmingCancelableHandler( WoWGameObject^ node, CancelEventArgs^ cancelable )
Parameters
- node
- Type: wManager.Wow.ObjectManager..::..WoWGameObject
The node.
- cancelable
- Type: CancelEventArgs
The CancelEventArgs instance containing the event data.