The ControlBase type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() | BindingValidationError | Occurs when a data validation error is reported by a binding source. (Inherited from FrameworkElement.) |
![]() | DataContextChanged | Occurs when the data context for this element changes. (Inherited from FrameworkElement.) |
![]() | DoubleTap | Occurs when a DoubleTap gesture is committed while over this UIElement. (Inherited from UIElement.) |
![]() | DragEnter | Occurs when the input system reports an underlying drag event with this element as the target. (Inherited from UIElement.) |
![]() | DragLeave | Occurs when the input system reports an underlying drag event with this element as the origin. (Inherited from UIElement.) |
![]() | DragOver | Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from UIElement.) |
![]() | Drop | Occurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from UIElement.) |
![]() | GotFocus | Occurs when a UIElement receives focus. (Inherited from UIElement.) |
![]() | Hold | Occurs when a Hold gesture is committed while over this UIElement. (Inherited from UIElement.) |
![]() | IsEnabledChanged | Occurs when the IsEnabled property changes. (Inherited from Control.) |
![]() | KeyDown | Occurs when a keyboard key is pressed while the UIElement has focus. (Inherited from UIElement.) |
![]() | KeyUp | Occurs when a keyboard key is released while the UIElement has focus. (Inherited from UIElement.) |
![]() | LayoutUpdated | Occurs when the layout of the Silverlight visual tree changes. (Inherited from FrameworkElement.) |
![]() | Loaded | Occurs when a FrameworkElement has been constructed and added to the object tree. (Inherited from FrameworkElement.) |
![]() | LostFocus | Occurs when a UIElement loses focus. (Inherited from UIElement.) |
![]() | LostMouseCapture | Occurs when the UIElement loses mouse capture. (Inherited from UIElement.) |
![]() | ManipulationCompleted | Occurs when a manipulation and inertia on the UIElement is complete. (Inherited from UIElement.) |
![]() | ManipulationDelta | Occurs when the input device changes position during a manipulation. (Inherited from UIElement.) |
![]() | ManipulationStarted | Occurs when an input device begins a manipulation on the UIElement. (Inherited from UIElement.) |
![]() | MediaCommand | Occurs when a button is pressed on a remote control. (Inherited from UIElement.) |
![]() | MouseEnter | Occurs when the mouse (or a stylus) enters the bounding area of a UIElement. (Inherited from UIElement.) |
![]() | MouseLeave | Occurs when the mouse (or the stylus) leaves the bounding area of a UIElement. (Inherited from UIElement.) |
![]() | MouseLeftButtonDown | Occurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet) while the mouse pointer is over a UIElement. (Inherited from UIElement.) |
![]() | MouseLeftButtonUp | Occurs when the left mouse button is released (or the tip of the stylus is removed from the tablet) while the mouse (or the stylus) is over a UIElement (or while a UIElement holds mouse capture). (Inherited from UIElement.) |
![]() | MouseMove | Occurs when the coordinate position of the mouse (or stylus) changes while over a UIElement (or while a UIElement holds mouse capture). (Inherited from UIElement.) |
![]() | MouseRightButtonDown | Occurs when the right mouse button is pressed while the mouse pointer is over a UIElement. (Inherited from UIElement.) |
![]() | MouseRightButtonUp | Occurs when the right mouse button is released while the mouse pointer is over a UIElement. However, this event will only be raised if a caller marks the preceding MouseRightButtonDown event as handled; see Remarks. (Inherited from UIElement.) |
![]() | MouseWheel | Occurs when the user rotates the mouse wheel while the mouse pointer is over a UIElement, or the UIElement has focus. (Inherited from UIElement.) |
![]() | SizeChanged | Occurs when either the ActualHeight or the ActualWidth properties change value on a FrameworkElement. (Inherited from FrameworkElement.) |
![]() | Tap | Occurs when a Tap gesture is committed while over this UIElement. (Inherited from UIElement.) |
![]() | TextInput | Occurs when a UI element gets text in a device-independent manner. (Inherited from UIElement.) |
![]() | TextInputStart | Occurs when a UI element initially gets text in a device-independent manner. (Inherited from UIElement.) |
![]() | TextInputUpdate | Occurs when text continues to be composed via an input method editor (IME). (Inherited from UIElement.) |
![]() | Unloaded | Occurs when this object is no longer connected to the main object tree. (Inherited from FrameworkElement.) |
See Also