DiagramWinEvents::Notify Method (Int32, DiagramItem^, DiagramClientView^)

 

Signals the system that an accessibility event occurred. The notification will be sent for the specified view only.

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

public:
static void Notify(
	int accessibilityEvent,
	DiagramItem^ diagramItem,
	DiagramClientView^ view
)

Parameters

accessibilityEvent
Type: System::Int32

One of the predefined EVENT_OBJECT_* or EVENT_SYSTEM_* constants.

diagramItem
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramItem^

The object that generated the event.

view
Type: Microsoft.VisualStudio.Modeling.Diagrams::DiagramClientView^

The DiagramClientView that contains the object that generated the event.

Return to top
Show: