DiagramWinEvents Class

Accessible WinEvent support for Diagrams.

Inheritance Hierarchy

Object
  Microsoft.VisualStudio.Modeling.Diagrams.DiagramWinEvents

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodStatic member Notify Signals the system that an accessibility event occurred. The notification will be sent for the specified view only.
Public methodStatic member NotifyForAllViews Signals the system that an accessibility event occurred. The notification will be sent for each view associated with the DiagramItem.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member EventObjectAcceleratorChange An object's KeyboardShortcut property has changed.
Public fieldStatic member EventObjectCreate An object has been created.
Public fieldStatic member EventObjectDefaultActionChange An object's DefaultAction property has changed.
Public fieldStatic member EventObjectDescriptionChange An object's Description property has changed.
Public fieldStatic member EventObjectDestroy An object has been destroyed.
Public fieldStatic member EventObjectFocus An object has received the keyboard focus.
Public fieldStatic member EventObjectHelpChange An object's Help property has changed.
Public fieldStatic member EventObjectHide An object is hidden.
Public fieldStatic member EventObjectLocationChange A DiagramItem's location and/or size has changed.
Public fieldStatic member EventObjectNameChange An object's Name property has changed.
Public fieldStatic member EventObjectParentChange An object has a new parent object.
Public fieldStatic member EventObjectReorder A container object has added, removed, or reordered its children.
Public fieldStatic member EventObjectSelection The selection within a container object has changed.
Public fieldStatic member EventObjectSelectionAdd An item within a container object has been added to the selection.
Public fieldStatic member EventObjectSelectionRemove An item within a container object has been removed from the selection.
Public fieldStatic member EventObjectSelectionWithin Numerous selection changes have occurred within a container object.
Public fieldStatic member EventObjectShow A hidden object is shown.
Public fieldStatic member EventObjectStateChange An object's state has changed.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio.Modeling.Diagrams Namespace