Delegate TimeSpanPickerComponentCreatedEventHandler
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void TimeSpanPickerComponentCreatedEventHandler(object sender, TimeSpanPickerComponentCreatedEventArgs e);
Parameters
System.
|
Time
|
Constructors
TimeSpanPickerComponentCreatedEventHandler(Object, IntPtr)
Declaration
public TimeSpanPickerComponentCreatedEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, TimeSpanPickerComponentCreatedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, TimeSpanPickerComponentCreatedEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Time
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, TimeSpanPickerComponentCreatedEventArgs)
Declaration
public virtual void Invoke(object sender, TimeSpanPickerComponentCreatedEventArgs e)
Parameters
System.
|
Time
|