ShapeElement::Events Property

 

Gets the list of event handlers for the shape.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

protected:
property EventHandlerList^ Events {
	EventHandlerList^ get();
}

Property Value

Type: System.ComponentModel::EventHandlerList^

The list of event handlers for the shape.

Return to top
Show: