ILinksHolder Events
Declares methods that are common to objects displaying bar item links.Name | Description |
---|---|
ActualLinksChanged | Occurs whenever the ILinksHolder.ActualLinks collection for this holder changes. |
GotKeyboardFocus | Occurs when the keyboard is focused on this element. Inherited from IInputElement. |
GotMouseCapture | Occurs when the element captures the mouse. Inherited from IInputElement. |
GotStylusCapture | Occurs when the element captures the stylus. Inherited from IInputElement. |
KeyDown | Occurs when a key is pressed while the keyboard is focused on this element. Inherited from IInputElement. |
KeyUp | Occurs when a key is released while the keyboard is focused on this element. Inherited from IInputElement. |
LostKeyboardFocus | Occurs when the keyboard is no longer focused on this element. Inherited from IInputElement. |
LostMouseCapture | Occurs when this element loses mouse capture. Inherited from IInputElement. |
LostStylusCapture | Occurs when this element loses stylus capture. Inherited from IInputElement. |
MouseEnter | Occurs when the mouse pointer enters the bounds of this element. Inherited from IInputElement. |
MouseLeave | Occurs when the mouse pointer leaves the bounds of this element. Inherited from IInputElement. |
MouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over the element. Inherited from IInputElement. |
MouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over the element. Inherited from IInputElement. |
MouseMove | Occurs when the mouse pointer moves while the mouse pointer is over the element. Inherited from IInputElement. |
MouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over the element. Inherited from IInputElement. |
MouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over the element. Inherited from IInputElement. |
MouseWheel | Occurs when the mouse wheel moves while the mouse pointer is over this element. Inherited from IInputElement. |
PreviewGotKeyboardFocus | Occurs when the keyboard is focused on this element. Inherited from IInputElement. |
PreviewKeyDown | Occurs when a key is pressed while the keyboard is focused on this element. Inherited from IInputElement. |
PreviewKeyUp | Occurs when a key is released while the keyboard is focused on this element. Inherited from IInputElement. |
PreviewLostKeyboardFocus | Occurs when the keyboard is no longer focused on this element. Inherited from IInputElement. |
PreviewMouseLeftButtonDown | Occurs when the left mouse button is pressed while the mouse pointer is over the element. Inherited from IInputElement. |
PreviewMouseLeftButtonUp | Occurs when the left mouse button is released while the mouse pointer is over the element. Inherited from IInputElement. |
PreviewMouseMove | Occurs when the mouse pointer moves while the mouse pointer is over the element. Inherited from IInputElement. |
PreviewMouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over the element. Inherited from IInputElement. |
PreviewMouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over the element. Inherited from IInputElement. |
PreviewMouseWheel | Occurs when the mouse wheel moves while the mouse pointer is over this element. Inherited from IInputElement. |
PreviewStylusButtonDown | Occurs when the stylus button is pressed down while the stylus is over this element. Inherited from IInputElement. |
PreviewStylusButtonUp | Occurs when the stylus button is released while the stylus is over this element. Inherited from IInputElement. |
PreviewStylusDown | Occurs when the stylus touches the digitizer while over this element. Inherited from IInputElement. |
PreviewStylusInAirMove | Occurs when the stylus moves over an element, but without touching the digitizer. Inherited from IInputElement. |
PreviewStylusInRange | Occurs when the stylus is close enough to the digitizer to be detected. Inherited from IInputElement. |
PreviewStylusMove | Occurs when the stylus moves while the stylus is over the element. Inherited from IInputElement. |
PreviewStylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected. Inherited from IInputElement. |
PreviewStylusSystemGesture | Occurs when one of several stylus gestures are detected, for example, Tap or Drag. Inherited from IInputElement. |
PreviewStylusUp | Occurs when the stylus is raised off the digitizer while over this element. Inherited from IInputElement. |
PreviewTextInput | Occurs when this element gets text in a device-independent manner. Inherited from IInputElement. |
StylusButtonDown | Occurs when the stylus button is pressed while the stylus is over this element. Inherited from IInputElement. |
StylusButtonUp | Occurs when the stylus button is released while the stylus is over this element. Inherited from IInputElement. |
StylusDown | Occurs when the stylus touches the digitizer while over this element. Inherited from IInputElement. |
StylusEnter | Occurs when the stylus cursor enters the bounds of the element. Inherited from IInputElement. |
StylusInAirMove | Occurs when the stylus moves over an element, but without touching the digitizer. Inherited from IInputElement. |
StylusInRange | Occurs when the stylus is close enough to the digitizer to be detected. Inherited from IInputElement. |
StylusLeave | Occurs when the stylus cursor leaves the bounds of the element. Inherited from IInputElement. |
StylusMove | Occurs when the stylus cursor moves over the element. Inherited from IInputElement. |
StylusOutOfRange | Occurs when the stylus is too far from the digitizer to be detected. Inherited from IInputElement. |
StylusSystemGesture | Occurs when one of several stylus gestures are detected, for example, Tap or Drag. Inherited from IInputElement. |
StylusUp | Occurs when the stylus is raised off the digitizer while over this element. Inherited from IInputElement. |
TextInput | Occurs when this element gets text in a device-independent manner. Inherited from IInputElement. |
See Also