IDescriptionChangedEventArgs Interface

Event thrown to indicate that the description of a component has changed.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIDispatch)]
[ComVisibleAttribute(true)]
[GuidAttribute("34C43BD3-86B2-46d4-8639-E0FA5721EC5C")]
public interface IDescriptionChangedEventArgs

Properties

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

See Also