Represents the method that will handle the formatting events of CardViewContainerElement items.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public delegate void CardViewItemFormattingEventHandler(object sender, CardViewItemFormattingEventArgs e)
Constructors
Methods
C#
public virtual IAsyncResult BeginInvoke(object sender, CardViewItemFormattingEventArgs e, AsyncCallback callback, object @object)
C#
public virtual void Invoke(object sender, CardViewItemFormattingEventArgs e)