Class NewCarouselItemCreatingEventArgs
Arguments of CreateNewCarouselItem event
Inheritance
System.Object
System.EventArgs
NewCarouselItemCreatingEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
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: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class NewCarouselItemCreatingEventArgs : EventArgs
Constructors
NewCarouselItemCreatingEventArgs(RadItem)
Initializes a new instance of the NewCarouselItemCreatingEventArgs class.
Declaration
public NewCarouselItemCreatingEventArgs(RadItem newCarouselItem)
Parameters
RadItem
newCarouselItem
The new carousel item. |
Properties
NewCarouselItem
Gets or sets the newly created item that will be added in RadCarousel
Declaration
public RadItem NewCarouselItem { get; set; }
Property Value
RadItem
|