IOccurrenceSpecification.Event Property
Gets a specification of the occurring event.
Namespace: Microsoft.VisualStudio.Uml.Interactions
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
IEvent Event { get; }
property IEvent^ Event {
IEvent^ get();
}
abstract Event : IEvent with get
ReadOnly Property Event As IEvent
Property Value
Type: Microsoft.VisualStudio.Uml.CommonBehaviors.IEvent
See Also
IOccurrenceSpecification Interface
Microsoft.VisualStudio.Uml.Interactions Namespace
Return to top