DiagramWinEvents.NotifyForAllViews(Int32, DiagramItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.