alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    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.

    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public delegate void OnCarouselItemSelectionChangingEventHandler(object sender, CarouselItemSelectionChangingArgs e);
    Parameters
    Type Name Description
    System.Object sender

    The source of the event, usually the Carousel control.

    CarouselItemSelectionChangingArgs e

    A CarouselItemSelectionChangingArgs containing details about the item that is about to be selected, with cancel support if needed.

    Constructors

    OnCarouselItemSelectionChangingEventHandler(Object, IntPtr)

    Declaration
    public OnCarouselItemSelectionChangingEventHandler(object object, IntPtr method)
    Parameters
    Type Name Description
    System.Object object
    System.IntPtr method

    Methods

    BeginInvoke(Object, CarouselItemSelectionChangingArgs, AsyncCallback, Object)

    Declaration
    public virtual IAsyncResult BeginInvoke(object sender, CarouselItemSelectionChangingArgs e, AsyncCallback callback, object object)
    Parameters
    Type Name Description
    System.Object sender
    CarouselItemSelectionChangingArgs e
    System.AsyncCallback callback
    System.Object object
    Returns
    Type
    System.IAsyncResult

    EndInvoke(IAsyncResult)

    Declaration
    public virtual void EndInvoke(IAsyncResult result)
    Parameters
    Type Name Description
    System.IAsyncResult result

    Invoke(Object, CarouselItemSelectionChangingArgs)

    Declaration
    public virtual void Invoke(object sender, CarouselItemSelectionChangingArgs e)
    Parameters
    Type Name Description
    System.Object sender
    CarouselItemSelectionChangingArgs e
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved