Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CardTappedEventArgs

    Show / Hide Table of Contents

    Class CardTappedEventArgs

    Provides data for the CardTapped and CardCommand event.

    Inheritance
    System.Object
    CardTappedEventArgs
    Namespace: Syncfusion.XForms.Chat
    Assembly: Syncfusion.SfChat.XForms.dll
    Syntax
    public class CardTappedEventArgs : Object

    Constructors

    CardTappedEventArgs()

    Declaration
    public CardTappedEventArgs()

    Properties

    Action

    Gets the selected action from the card.

    Declaration
    public CardButton Action { get; }
    Property Value
    Type Description
    CardButton

    Card

    Gets the selected card from the CardMessage.

    Declaration
    public Card Card { get; }
    Property Value
    Type Description
    Card

    Handled

    Gets or sets a value indicating whether the event should be handled.

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean

    true, if event is handled , else false. Default value is true. If set to false the selected value will not be added to the Messages collection.

    Message

    Gets the current CardMessage.

    Declaration
    public ICardMessage Message { get; }
    Property Value
    Type Description
    ICardMessage
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved