WinForms

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

    Show / Hide Table of Contents

    Class CarouselItemSelectionChangedArgs

    Event args for OnCarouselItemSelectionChanged event.

    Inheritance
    System.Object
    System.EventArgs
    SyncfusionEventArgs
    CarouselItemSelectionChangedArgs
    Inherited Members
    SyncfusionEventArgs.ToString()
    System.EventArgs.Empty
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class CarouselItemSelectionChangedArgs : SyncfusionEventArgs

    Constructors

    CarouselItemSelectionChangedArgs(Carousel)

    Initializes a new instance of the CarouselItemSelectionChangedArgs class.

    Declaration
    public CarouselItemSelectionChangedArgs(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