Back to Devexpress

ILinksHolder Events

wpf-devexpress-dot-xpf-dot-bars-dot-ilinksholder-dot-underscore-events.md

latest16.7 KB
Original Source

ILinksHolder Events

Declares methods that are common to objects displaying bar item links.

NameDescription
ActualLinksChangedOccurs whenever the ILinksHolder.ActualLinks collection for this holder changes.
GotKeyboardFocusOccurs when the keyboard is focused on this element. Inherited from IInputElement.
GotMouseCaptureOccurs when the element captures the mouse. Inherited from IInputElement.
GotStylusCaptureOccurs when the element captures the stylus. Inherited from IInputElement.
KeyDownOccurs when a key is pressed while the keyboard is focused on this element. Inherited from IInputElement.
KeyUpOccurs when a key is released while the keyboard is focused on this element. Inherited from IInputElement.
LostKeyboardFocusOccurs when the keyboard is no longer focused on this element. Inherited from IInputElement.
LostMouseCaptureOccurs when this element loses mouse capture. Inherited from IInputElement.
LostStylusCaptureOccurs when this element loses stylus capture. Inherited from IInputElement.
MouseEnterOccurs when the mouse pointer enters the bounds of this element. Inherited from IInputElement.
MouseLeaveOccurs when the mouse pointer leaves the bounds of this element. Inherited from IInputElement.
MouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over the element. Inherited from IInputElement.
MouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over the element. Inherited from IInputElement.
MouseMoveOccurs when the mouse pointer moves while the mouse pointer is over the element. Inherited from IInputElement.
MouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over the element. Inherited from IInputElement.
MouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over the element. Inherited from IInputElement.
MouseWheelOccurs when the mouse wheel moves while the mouse pointer is over this element. Inherited from IInputElement.
PreviewGotKeyboardFocusOccurs when the keyboard is focused on this element. Inherited from IInputElement.
PreviewKeyDownOccurs when a key is pressed while the keyboard is focused on this element. Inherited from IInputElement.
PreviewKeyUpOccurs when a key is released while the keyboard is focused on this element. Inherited from IInputElement.
PreviewLostKeyboardFocusOccurs when the keyboard is no longer focused on this element. Inherited from IInputElement.
PreviewMouseLeftButtonDownOccurs when the left mouse button is pressed while the mouse pointer is over the element. Inherited from IInputElement.
PreviewMouseLeftButtonUpOccurs when the left mouse button is released while the mouse pointer is over the element. Inherited from IInputElement.
PreviewMouseMoveOccurs when the mouse pointer moves while the mouse pointer is over the element. Inherited from IInputElement.
PreviewMouseRightButtonDownOccurs when the right mouse button is pressed while the mouse pointer is over the element. Inherited from IInputElement.
PreviewMouseRightButtonUpOccurs when the right mouse button is released while the mouse pointer is over the element. Inherited from IInputElement.
PreviewMouseWheelOccurs when the mouse wheel moves while the mouse pointer is over this element. Inherited from IInputElement.
PreviewStylusButtonDownOccurs when the stylus button is pressed down while the stylus is over this element. Inherited from IInputElement.
PreviewStylusButtonUpOccurs when the stylus button is released while the stylus is over this element. Inherited from IInputElement.
PreviewStylusDownOccurs when the stylus touches the digitizer while over this element. Inherited from IInputElement.
PreviewStylusInAirMoveOccurs when the stylus moves over an element, but without touching the digitizer. Inherited from IInputElement.
PreviewStylusInRangeOccurs when the stylus is close enough to the digitizer to be detected. Inherited from IInputElement.
PreviewStylusMoveOccurs when the stylus moves while the stylus is over the element. Inherited from IInputElement.
PreviewStylusOutOfRangeOccurs when the stylus is too far from the digitizer to be detected. Inherited from IInputElement.
PreviewStylusSystemGestureOccurs when one of several stylus gestures are detected, for example, Tap or Drag. Inherited from IInputElement.
PreviewStylusUpOccurs when the stylus is raised off the digitizer while over this element. Inherited from IInputElement.
PreviewTextInputOccurs when this element gets text in a device-independent manner. Inherited from IInputElement.
StylusButtonDownOccurs when the stylus button is pressed while the stylus is over this element. Inherited from IInputElement.
StylusButtonUpOccurs when the stylus button is released while the stylus is over this element. Inherited from IInputElement.
StylusDownOccurs when the stylus touches the digitizer while over this element. Inherited from IInputElement.
StylusEnterOccurs when the stylus cursor enters the bounds of the element. Inherited from IInputElement.
StylusInAirMoveOccurs when the stylus moves over an element, but without touching the digitizer. Inherited from IInputElement.
StylusInRangeOccurs when the stylus is close enough to the digitizer to be detected. Inherited from IInputElement.
StylusLeaveOccurs when the stylus cursor leaves the bounds of the element. Inherited from IInputElement.
StylusMoveOccurs when the stylus cursor moves over the element. Inherited from IInputElement.
StylusOutOfRangeOccurs when the stylus is too far from the digitizer to be detected. Inherited from IInputElement.
StylusSystemGestureOccurs when one of several stylus gestures are detected, for example, Tap or Drag. Inherited from IInputElement.
StylusUpOccurs when the stylus is raised off the digitizer while over this element. Inherited from IInputElement.
TextInputOccurs when this element gets text in a device-independent manner. Inherited from IInputElement.

See Also

ILinksHolder Interface

ILinksHolder Members

DevExpress.Xpf.Bars Namespace