TableBorderUIElement Events |
The TableBorderUIElement type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChildrenChanged |
Occurs when the children collection of the element is changed.
(Inherited from RadElement.) |
![]() | Click |
Occurs when the element is clicked.
(Inherited from RadElement.) |
![]() | Disposed | (Inherited from DisposableObject.) |
![]() | Disposing | (Inherited from DisposableObject.) |
![]() | DoubleClick |
Occurs when the element is double-clicked.
(Inherited from RadElement.) |
![]() | ElementPainted |
This event occurs after printing the element. It is used internally.
(Inherited from RadElement.) |
![]() | EnabledChanged |
Occurs when the mouse pointer leaves the element.
(Inherited from RadElement.) |
![]() | FontChanged |
Fires when the font is changed.
(Inherited from VisualElement.) |
![]() | GotFocus | (Inherited from UIElement.) |
![]() | LayoutUpdated | (Inherited from RadElement.) |
![]() | LostFocus | (Inherited from UIElement.) |
![]() | LostMouseCapture | (Inherited from RadElement.) |
![]() | MouseClick | (Inherited from UIElement.) |
![]() | MouseDoubleClick | (Inherited from UIElement.) |
![]() | MouseDown |
Occurs when the mouse pointer is over the element and a mouse button is pressed.
(Inherited from RadElement.) |
![]() | MouseEnter | (Inherited from UIElement.) |
![]() | MouseHover |
Occurs when the mouse pointer rests on the element.
(Inherited from RadElement.) |
![]() | MouseLeave | (Inherited from RadElement.) |
![]() | MouseLeftButtonDown | (Inherited from UIElement.) |
![]() | MouseLeftButtonUp | (Inherited from UIElement.) |
![]() | MouseMove |
Occurs when the mouse pointer is moved over the element.
(Inherited from RadElement.) |
![]() | MouseRightButtonDown | (Inherited from UIElement.) |
![]() | MouseRightButtonUp | (Inherited from UIElement.) |
![]() | MouseUp |
Occurs when the mouse pointer is over the element and a mouse button is released.
(Inherited from RadElement.) |
![]() | MouseWheel |
Occurs when the RadItem has focus and the user scrolls up or down the mouse wheel
(Inherited from RadElement.) |
![]() | PropertyChanged |
Occurs when a property of an object changes.
Note: if a property which is not a RadProperty changes,
the developer is responsible for firing this event by using the
INotifyPropertyChanged API.
(Inherited from RadObject.) |
![]() | RadPropertyChanged |
Occurs when a property of a RadObject changes.
(Inherited from RadObject.) |
![]() | RadPropertyChanging |
Occurs prior to property of a RadObject changes.
(Inherited from RadObject.) |