New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class CardActionEventArgs : EventArgs

Inheritance: objectEventArgsCardActionEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public CardActionEventArgs(ChatCardAction action, object userData)
Parameters:actionChatCardActionuserDataobject

Properties

C#
public ChatCardAction Action { get; set; }
C#
public object UserData { get; set; }