Table of Contents

Class UnitRetrievedEventArgs

Namespace
Acuit.Pinpoint.Server
Assembly
Acuit.Pinpoint.Server.Interfaces.dll

Arguments passed to the UnitRetrieved event.

public class UnitRetrievedEventArgs : EventArgs
Inheritance
UnitRetrievedEventArgs
Inherited Members

Constructors

UnitRetrievedEventArgs(Unit)

Initializes a new instance of the UnitRetrievedEventArgs class.

public UnitRetrievedEventArgs(Unit unit)

Parameters

unit Unit

The unit.

Properties

Unit

Gets the unit.

public Unit Unit { get; }

Property Value

Unit