Table of Contents

Class TargetingStateChangedEvent

Namespace
MoonBark.GridPlacement.Core.Events
Assembly
MoonBark.GridPlacement.Core.dll

Event raised when targeting state changes.

public class TargetingStateChangedEvent : ServiceEvent
Inheritance
TargetingStateChangedEvent
Inherited Members

Constructors

TargetingStateChangedEvent(object, bool)

public TargetingStateChangedEvent(object source, bool isActive)

Parameters

source object
isActive bool

Properties

IsActive

public bool IsActive { get; }

Property Value

bool