DiagramWinEvents::Notify Method (Int32, DiagramItem^, DiagramClientView^)
Visual Studio 2015
Signals the system that an accessibility event occurred. The notification will be sent for the specified view only.
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.
Show: