Name Changed Event Args 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
[ComVisibleAttribute(true)]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("D78014E7-FB1D-43ab-B807-B219FAB97E8B")]
public class NameChangedEventArgs : EventArgs,
INameChangedEventArgsVB
<SerializableAttribute>
<ComVisibleAttribute(true)>
<ClassInterfaceAttribute(ClassInterfaceType.None)>
<GuidAttribute("D78014E7-FB1D-43ab-B807-B219FAB97E8B")>
Public Class NameChangedEventArgs
Inherits EventArgs
Implements INameChangedEventArgs- Implements
- INameChangedEventArgs
Remarks
A CapeIdentification.NameChangedEventArgs event specifies the old and new name of the PMC.
Constructors
| NameChangedEventArgs | Creates 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) |