DescriptionChangedEventArgs Class

Provides data for the CapeIdentification.ComponentDescriptionChanged event.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[SerializableAttribute]
[ComVisibleAttribute(true)]
[GuidAttribute("0C51C4F1-20E8-413d-93E1-4704B888354A")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class DescriptionChangedEventArgs : EventArgs, 
	IDescriptionChangedEventArgs
Inheritance
Object    EventArgs    DescriptionChangedEventArgs
Implements
IDescriptionChangedEventArgs

Remarks

A CapeIdentification.DescriptionChangedEventArgs event specifies the old and new description of the PMC.

Constructors

DescriptionChangedEventArgsCreates an instance of the DescriptionChangedEventArgs class with the old and new name.

Properties

Newdescription The name of the PMC after the name change.
OldDescription The description of the PMC prior to the name change.

Fields

Extension Methods

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

See Also