NameChangedEventArgs Class

Provides data for the CapeIdentification.ComponentNameChanged event.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[SerializableAttribute]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("D78014E7-FB1D-43ab-B807-B219FAB97E8B")]
public class NameChangedEventArgs : EventArgs, 
	INameChangedEventArgs
Inheritance
Object    EventArgs    NameChangedEventArgs
Implements
INameChangedEventArgs

Remarks

A CapeIdentification.NameChangedEventArgs event specifies the old and new name of the PMC.

Constructors

NameChangedEventArgsCreates an instance of the NameChangedEventArgs class with the old and new name.

Properties

NewName The name of the PMC after the name change.
OldName The name of the PMC prior to the name change.

Fields

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

See Also