DiagramWinEvents::NotifyForAllViews Method (Int32, DiagramItem^)

 

Signals the system that an accessibility event occurred. The notification will be sent for each view associated with the DiagramItem.

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 NotifyForAllViews(
	int accessibilityEvent,
	DiagramItem^ diagramItem
)

Parameters

accessibilityEvent
Type: System::Int32

One of the predefined EVENT_OBJECT_* or EVENT_SYSTEM_* constants.

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

The DiagramItem that is generating the notification.

Return to top
Show: