Delegate CardViewItemCreatingEventHandler
Represents the method that will handle the creating events of CardViewContainerElement items.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public delegate void CardViewItemCreatingEventHandler(object sender, CardViewItemCreatingEventArgs e);
Parameters
System. The event sender, typically this is Rad |
Card Instance of Card |
Constructors
CardViewItemCreatingEventHandler(Object, IntPtr)
Declaration
public CardViewItemCreatingEventHandler(object object, IntPtr method)
Parameters
System.
|
System.
|
Methods
BeginInvoke(Object, CardViewItemCreatingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CardViewItemCreatingEventArgs 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, CardViewItemCreatingEventArgs)
Declaration
public virtual void Invoke(object sender, CardViewItemCreatingEventArgs e)
Parameters
System.
|
Card
|