Description Changed Event Args 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
[ComVisibleAttribute(true)]
[GuidAttribute("0C51C4F1-20E8-413d-93E1-4704B888354A")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class DescriptionChangedEventArgs : EventArgs,
IDescriptionChangedEventArgsVB
<SerializableAttribute>
<ComVisibleAttribute(true)>
<GuidAttribute("0C51C4F1-20E8-413d-93E1-4704B888354A")>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
Public Class DescriptionChangedEventArgs
Inherits EventArgs
Implements IDescriptionChangedEventArgs- Implements
- IDescriptionChangedEventArgs
Remarks
A CapeIdentification.DescriptionChangedEventArgs event specifies the old and new description of the PMC.
Constructors
| DescriptionChangedEventArgs | Creates 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) |