NameChangedEventArgs 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)
public NameChangedEventArgs(
	string oldName,
	string newName
)

Parameters

oldName  String
The name of the PMC prior to the name change.
newName  String
The name of the PMC after the name change.

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.

See Also