Delegate UpdateMappedPropertyEventHandler
The event handler for the MappedPropertyUpdating event. Cancellable.
Namespace: Telerik.WinControls.UI.SlideView
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void UpdateMappedPropertyEventHandler(object sender, MappedPropertyUpdatingEventArgs e);
Parameters
System.Object
sender
The sender. Usually this is the RadSlideViewElement. |
MappedPropertyUpdatingEventArgs
e
The event arguments. |
Constructors
UpdateMappedPropertyEventHandler(Object, IntPtr)
Declaration
public UpdateMappedPropertyEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, MappedPropertyUpdatingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, MappedPropertyUpdatingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
MappedPropertyUpdatingEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, MappedPropertyUpdatingEventArgs)
Declaration
public virtual void Invoke(object sender, MappedPropertyUpdatingEventArgs e)
Parameters
System.Object
sender
|
MappedPropertyUpdatingEventArgs
e
|