Class
CardActionEventArgs

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class CardActionEventArgs : EventArgs

Inheritance: objectEventArgsCardActionEventArgs

Inherited Members EventArgs.Empty

Constructors

CardActionEventArgs(ChatCardAction, object)

Declaration

cs-api-definition
public CardActionEventArgs(ChatCardAction action, object userData)

Parameters

action

ChatCardAction

userData

object

Properties

Action

Declaration

cs-api-definition
public ChatCardAction Action { get; set; }

Property Value

ChatCardAction

UserData

Declaration

cs-api-definition
public object UserData { get; set; }

Property Value

object