Name Changed Event ArgsOld Name 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)
The name of the unit prior to the name change.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public string OldName { get; }VB
Public ReadOnly Property OldName As String
GetProperty Value
StringThe name of the unit prior to the name change.
Implements
INameChangedEventArgsOldNameRemarks
The former name of the unit can be used to update GUI inforamtion about the PMC.