DiagramWinEvents Class
Accessible WinEvent support for Diagrams.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Modeling.Diagrams.DiagramWinEvents
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntax
'Declaration
Public Class DiagramWinEvents
public class DiagramWinEvents
public ref class DiagramWinEvents
type DiagramWinEvents = class end
public class DiagramWinEvents
The DiagramWinEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Notify | Signals the system that an accessibility event occurred. The notification will be sent for the specified view only. | |
NotifyForAllViews | Signals the system that an accessibility event occurred. The notification will be sent for each view associated with the DiagramItem. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
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. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.