Description Changed Event Args Constructor
Creates an instance of the DescriptionChangedEventArgs 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 DescriptionChangedEventArgs(
string oldDescription,
string newDescription
)VB
Public Sub New (
oldDescription As String,
newDescription As String
)Parameters
Remarks
You can use this constructor when raising the DescriptionChangedEvent at run time to specify a
specific the description of the PMC having its name changed.