DiagramWinEvents Class

Definition

Accessible WinEvent support for Diagrams.

public ref class DiagramWinEvents
public class DiagramWinEvents
type DiagramWinEvents = class
Public Class DiagramWinEvents
Inheritance
DiagramWinEvents

Fields

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.

Methods

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.

Applies to