DescriptionChangedEventArgs 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)
public DescriptionChangedEventArgs(
	string oldDescription,
	string newDescription
)

Parameters

oldDescription  String
The description of the PMC prior to the description change.
newDescription  String
The description of the PMC after the description change.

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.

See Also