UpdateMappedPropertyEventHandler
Delegate
The event handler for the MappedPropertyUpdating event. Cancellable.
Definition
Namespace:Telerik.WinControls.UI.SlideView
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public delegate void UpdateMappedPropertyEventHandler(object sender, MappedPropertyUpdatingEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, MappedPropertyUpdatingEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, MappedPropertyUpdatingEventArgs e)