Name Changed Event Args Constructor
Creates an instance of the NameChangedEventArgs class with the old and new name.
Definition
Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public NameChangedEventArgs(
string oldName,
string newName
)VB
Public Sub New (
oldName As String,
newName As String
)Parameters
Remarks
You can use this constructor when raising the NameChangedEvent at run time to specify a
specific the name of the PMC having its name changed.