DiagramWinEvents.NotifyForAllViews(Int32, DiagramItem) Method

Definition

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

public:
 static void NotifyForAllViews(int accessibilityEvent, Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^ diagramItem);
public static void NotifyForAllViews (int accessibilityEvent, Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem diagramItem);
static member NotifyForAllViews : int * Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem -> unit
Public Shared Sub NotifyForAllViews (accessibilityEvent As Integer, diagramItem As DiagramItem)

Parameters

accessibilityEvent
Int32

One of the predefined EVENT_OBJECT_* or EVENT_SYSTEM_* constants.

diagramItem
DiagramItem

The DiagramItem that is generating the notification.

Applies to