IName Changed Event Args Interface
Event thrown to indicate that the name of a component has changed.
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#
[GuidAttribute("F79EA405-4002-4fb2-AED0-C1E48793637D")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[ComVisibleAttribute(true)]
public interface INameChangedEventArgsVB
<GuidAttribute("F79EA405-4002-4fb2-AED0-C1E48793637D")>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)>
<ComVisibleAttribute(true)>
Public Interface INameChangedEventArgsProperties
| NewName | The name of the PMC after the name change. |
| OldName | The name of the PMC prior to the name change. |