Delegate OnCarouselItemSelectionChangingEventHandler
Delegate for handling the OnCarouselItemSelectionChanging event.
Raised when the carousel is about to change its selected item, allowing
developers to validate or cancel the action before it is applied.
Assembly: Syncfusion.Tools.Windows.dll
public delegate void OnCarouselItemSelectionChangingEventHandler(object sender, CarouselItemSelectionChangingArgs e);
Parameters
Constructors
Declaration
public OnCarouselItemSelectionChangingEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CarouselItemSelectionChangingArgs e, AsyncCallback callback, object object)
Parameters
Returns
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Declaration
public virtual void Invoke(object sender, CarouselItemSelectionChangingArgs e)
Parameters