INameChangedEventArgs 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)
[GuidAttribute("F79EA405-4002-4fb2-AED0-C1E48793637D")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[ComVisibleAttribute(true)]
public interface INameChangedEventArgs

Properties

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

See Also