DiagramWinEvents.Notify(Int32, DiagramItem, DiagramClientView) 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 the specified view only.
public:
static void Notify(int accessibilityEvent, Microsoft::VisualStudio::Modeling::Diagrams::DiagramItem ^ diagramItem, Microsoft::VisualStudio::Modeling::Diagrams::DiagramClientView ^ view);
public static void Notify (int accessibilityEvent, Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem diagramItem, Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView view);
static member Notify : int * Microsoft.VisualStudio.Modeling.Diagrams.DiagramItem * Microsoft.VisualStudio.Modeling.Diagrams.DiagramClientView -> unit
Public Shared Sub Notify (accessibilityEvent As Integer, diagramItem As DiagramItem, view As DiagramClientView)
Parameters
- accessibilityEvent
- Int32
One of the predefined EVENT_OBJECT_* or EVENT_SYSTEM_* constants.
- diagramItem
- DiagramItem
The object that generated the event.
- view
- DiagramClientView
The DiagramClientView that contains the object that generated the event.