Class CarouselItemSelectionChangingArgs
Event args for CarouselItemSelectionChanging event.
Inherited Members
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 |
---|
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 |