ClassTimeSpanPickerComponentCreatedEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class TimeSpanPickerComponentCreatedEventArgs : EventArgs
Inheritance: objectEventArgsTimeSpanPickerComponentCreatedEventArgs
Inherited Members
Constructors
TimeSpanPickerComponentCreatedEventArgs(BaseTimeSpanPickerComponent)
Declaration
cs-api-definition
public TimeSpanPickerComponentCreatedEventArgs(BaseTimeSpanPickerComponent component)
Parameters
component
Properties
Component
Declaration
cs-api-definition
public BaseTimeSpanPickerComponent Component { get; set; }
Property Value