DiagramWinEvents Class
Accessible WinEvent support for Diagrams.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() ![]() | Notify(Int32, DiagramItem^, DiagramClientView^) | Signals the system that an accessibility event occurred. The notification will be sent for the specified view only. |
![]() ![]() | NotifyForAllViews(Int32, DiagramItem^) | Signals the system that an accessibility event occurred. The notification will be sent for each view associated with the DiagramItem. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | EventObjectAcceleratorChange | An object's KeyboardShortcut property has changed. |
![]() ![]() | EventObjectCreate | An object has been created. |
![]() ![]() | EventObjectDefaultActionChange | An object's DefaultAction property has changed. |
![]() ![]() | EventObjectDescriptionChange | An object's Description property has changed. |
![]() ![]() | EventObjectDestroy | An object has been destroyed. |
![]() ![]() | EventObjectFocus | An object has received the keyboard focus. |
![]() ![]() | EventObjectHelpChange | An object's Help property has changed. |
![]() ![]() | EventObjectHide | An object is hidden. |
![]() ![]() | EventObjectLocationChange | A DiagramItem's location and/or size has changed. |
![]() ![]() | EventObjectNameChange | An object's Name property has changed. |
![]() ![]() | EventObjectParentChange | An object has a new parent object. |
![]() ![]() | EventObjectReorder | A container object has added, removed, or reordered its children. |
![]() ![]() | EventObjectSelection | The selection within a container object has changed. |
![]() ![]() | EventObjectSelectionAdd | An item within a container object has been added to the selection. |
![]() ![]() | EventObjectSelectionRemove | An item within a container object has been removed from the selection. |
![]() ![]() | EventObjectSelectionWithin | Numerous selection changes have occurred within a container object. |
![]() ![]() | EventObjectShow | A hidden object is shown. |
![]() ![]() | EventObjectStateChange | An object's state has changed. |
![]() ![]() | EventObjectValueChange | An object's Value property has changed. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



