WinForms

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

    Show / Hide Table of Contents

    Class CarouselItemSelectionChangingArgs

    Event args for CarouselItemSelectionChanging event.

    Inheritance
    System.Object
    SyncfusionCancelEventArgs
    CarouselItemSelectionChangingArgs
    Inherited Members
    SyncfusionCancelEventArgs.ToString()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class CarouselItemSelectionChangingArgs : SyncfusionCancelEventArgs

    Constructors

    CarouselItemSelectionChangingArgs(Carousel)

    Initializes a new instance of the CarouselItemSelectionChangingArgs class.

    Declaration
    public CarouselItemSelectionChangingArgs(Carousel owner)
    Parameters
    Type Name Description
    Carousel owner

    Properties

    ActiveCarouselPath

    Returns the currently ActiveCarouselPath

    Declaration
    public CarouselPath ActiveCarouselPath { get; }
    Property Value
    Type Description
    CarouselPath

    SelectedControl

    Gets or sets the SelectedControl

    Declaration
    public Control SelectedControl { get; }
    Property Value
    Type Description
    System.Windows.Forms.Control

    SelectedImage

    Gets or sets the SelectedImage [if ImageSlides property is true]

    Declaration
    public Image SelectedImage { get; }
    Property Value
    Type Description
    System.Drawing.Image
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved