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