ClassCardActionEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public class CardActionEventArgs : EventArgs
Inheritance: objectEventArgsCardActionEventArgs
Inherited Members
Constructors
CardActionEventArgs(ChatCardAction, object)
Declaration
cs-api-definition
public CardActionEventArgs(ChatCardAction action, object userData)
Parameters
action
userData
Properties
Action
Declaration
cs-api-definition
public ChatCardAction Action { get; set; }
Property Value