DiagramWinEvents Class

 

Accessible WinEvent support for Diagrams.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling.Diagrams::DiagramWinEvents

public ref class DiagramWinEvents 

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticNotify(Int32, DiagramItem^, DiagramClientView^)

Signals the system that an accessibility event occurred. The notification will be sent for the specified view only.

System_CAPS_pubmethodSystem_CAPS_staticNotifyForAllViews(Int32, DiagramItem^)

Signals the system that an accessibility event occurred. The notification will be sent for each view associated with the DiagramItem.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticEventObjectAcceleratorChange

An object's KeyboardShortcut property has changed.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectCreate

An object has been created.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectDefaultActionChange

An object's DefaultAction property has changed.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectDescriptionChange

An object's Description property has changed.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectDestroy

An object has been destroyed.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectFocus

An object has received the keyboard focus.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectHelpChange

An object's Help property has changed.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectHide

An object is hidden.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectLocationChange

A DiagramItem's location and/or size has changed.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectNameChange

An object's Name property has changed.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectParentChange

An object has a new parent object.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectReorder

A container object has added, removed, or reordered its children.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectSelection

The selection within a container object has changed.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectSelectionAdd

An item within a container object has been added to the selection.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectSelectionRemove

An item within a container object has been removed from the selection.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectSelectionWithin

Numerous selection changes have occurred within a container object.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectShow

A hidden object is shown.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectStateChange

An object's state has changed.

System_CAPS_pubfieldSystem_CAPS_staticEventObjectValueChange

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.

Return to top
Show: