Arguments of CreateNewCarouselItem event
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class NewCarouselItemCreatingEventArgs : EventArgs
Inheritance: objectEventArgsNewCarouselItemCreatingEventArgs
Inherited Members
Constructors
Initializes a new instance of the NewCarouselItemCreatingEventArgs class.
C#
public NewCarouselItemCreatingEventArgs(RadItem newCarouselItem)
The new carousel item.
Properties
Gets or sets the newly created item that will be added in RadCarousel
C#
public RadItem NewCarouselItem { get; set; }