Class CarouselItemSelectionChangedArgs
Event args for OnCarouselItemSelectionChanged event.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
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 |
---|
CarouselPath |
SelectedControl
Gets or sets the SelectedControl
Declaration
public Control SelectedControl { get; }
Property Value
Type |
---|
System.Windows.Forms.Control |
SelectedImage
Gets or sets the SelectedImage [if ImageSlides property is true]
Declaration
public Image SelectedImage { get; }
Property Value
Type |
---|
System.Drawing.Image |