Class CardViewItemCreatingEventArgs
Provides data for the CardViewItemCreating event.
Inheritance
System.Object
System.EventArgs
CardViewItemCreatingEventArgs
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 CardViewItemCreatingEventArgs : EventArgs
Constructors
CardViewItemCreatingEventArgs(LayoutControlItemBase, LayoutControlItemBase, CardListViewVisualItem)
Initializes a new instance of the CardViewItemCreatingEventArgs.
Declaration
public CardViewItemCreatingEventArgs(LayoutControlItemBase sourceItem, LayoutControlItemBase newItem, CardListViewVisualItem visualItem)
Parameters
Layout The CardTemplate item. |
Layout The newly created item. |
Card The visual item. |
Properties
NewItem
Gets or sets the created Layout
Declaration
public LayoutControlItemBase NewItem { get; set; }
Property Value
SourceItem
Gets the Layout
Declaration
public LayoutControlItemBase SourceItem { get; }
Property Value
VisualItem
Gets the Card
Declaration
public CardListViewVisualItem VisualItem { get; }