ClassRadClockItem
Class
Represents a RadClockItem control.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
[Themable]
public class RadClockItem : RadListBoxItem, ISelectorItem
Inheritance: objectListItemRadListBoxItemRadClockItem
Implements:
Inherited Members
Constructors
RadClockItem()
Declaration
cs-api-definition
public RadClockItem()
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides
OnMouseLeftButtonDown(MouseButtonEventArgs)
Raises the MouseLeftButtonDown event.
Declaration
cs-api-definition
protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e)
Parameters
e
MouseButtonEventArgs
The MouseButtonEventArgs that contains the event data.
Overrides