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.Object
sender
The event sender, typically this is RadCardViewElement |
CardViewItemCreatingEventArgs
e
Instance of CardViewItemCreatingEventArgs containing the data related with this event |
Constructors
CardViewItemCreatingEventHandler(Object, IntPtr)
Declaration
public CardViewItemCreatingEventHandler(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(Object, CardViewItemCreatingEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, CardViewItemCreatingEventArgs e, AsyncCallback callback, object object)
Parameters
System.Object
sender
|
CardViewItemCreatingEventArgs
e
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(Object, CardViewItemCreatingEventArgs)
Declaration
public virtual void Invoke(object sender, CardViewItemCreatingEventArgs e)
Parameters
System.Object
sender
|
CardViewItemCreatingEventArgs
e
|