Class
NewCarouselItemCreatingEventArgs

Arguments of CreateNewCarouselItem event

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class NewCarouselItemCreatingEventArgs : EventArgs

Inheritance: objectEventArgsNewCarouselItemCreatingEventArgs

Inherited Members EventArgs.Empty

Constructors

NewCarouselItemCreatingEventArgs(RadItem)

Initializes a new instance of the NewCarouselItemCreatingEventArgs class.

Declaration

cs-api-definition
public NewCarouselItemCreatingEventArgs(RadItem newCarouselItem)

Parameters

newCarouselItem

RadItem

The new carousel item.

Properties

NewCarouselItem

Gets or sets the newly created item that will be added in RadCarousel

Declaration

cs-api-definition
public RadItem NewCarouselItem { get; set; }

Property Value

RadItem