Class RadDateTimePicker.ParseDateTimeEventHandler
Represents the method that will handle the Telerik.Windows.Controls.RadDateTimePicker.ParseDateTimeValue routed event.
Inheritance
System.Object
RadDateTimePicker.ParseDateTimeEventHandler
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public sealed class ParseDateTimeEventHandler : MulticastDelegate
Constructors
ParseDateTimeEventHandler(Object, IntPtr)
Declaration
public ParseDateTimeEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, ParseDateTimeEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, ParseDateTimeEventArgs args, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
ParseDateTimeEventArgs
args
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, ParseDateTimeEventArgs)
Declaration
public virtual void Invoke(object sender, ParseDateTimeEventArgs args)
Parameters
System.Object
sender
|
ParseDateTimeEventArgs
args
|