NameChangedEventArgsOldName Property

The name of the PMC prior to the name change.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public string OldName { get; }

Property Value

String
The name of the unit prior to the name change.

Implements

INameChangedEventArgsOldName

Remarks

The former name of the unit can be used to update GUI inforamtion about the PMC.

See Also