Delegate CardViewItemFormattingEventHandler
Represents the method that will handle the formatting events of CardViewContainerElement items.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void CardViewItemFormattingEventHandler(object sender, CardViewItemFormattingEventArgs e);
Parameters
System. The event sender, typically this is Rad |
Card Instance of Card |
Constructors
CardViewItemFormattingEventHandler(Object, IntPtr)
Declaration
public CardViewItemFormattingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, CardViewItemFormattingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CardViewItemFormattingEventArgs e, AsyncCallback callback, object object)
Parameters
System.
|
Card
|
System.
|
System.
|
Returns
System.
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.
|
Invoke(Object, CardViewItemFormattingEventArgs)
Declaration
public virtual void Invoke(object sender, CardViewItemFormattingEventArgs e)
Parameters
System.
|
Card
|