Delegate BeingTargetingEventHandler
Represents the method that handles a Being's TargetSelected or SelectedAsTarget event.
Namespace: osrlib.Core
Assembly: osrlib.Core.dll
Syntax
public delegate void BeingTargetingEventHandler(object sender, BeingTargetingEventArgs e);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Object | sender | The object generating the event. |
| BeingTargetingEventArgs | e | The information for the event. |