menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SuggestionClickedEventArgs - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SuggestionClickedEventArgs

    Provides the data for the SuggestionSelected event.

    Inheritance
    System.Object
    SuggestionClickedEventArgs
    Namespace: Syncfusion.UI.Xaml.Chat
    Assembly: Syncfusion.Chat.WinUI.dll
    Syntax
    public class SuggestionClickedEventArgs : Object

    Constructors

    SuggestionClickedEventArgs(Object, UIElement)

    Initializes a new instance of the SuggestionClickedEventArgs class.

    Declaration
    public SuggestionClickedEventArgs(object item, UIElement view)
    Parameters
    Type Name Description
    System.Object item

    The selected item.

    Microsoft.UI.Xaml.UIElement view

    The view element.

    Properties

    Item

    Gets the new item value of the SuggestionsViewer.

    Declaration
    public object Item { get; }
    Property Value
    Type
    System.Object

    View

    Gets the view element of the SuggestionsViewer.

    Declaration
    public UIElement View { get; }
    Property Value
    Type
    Microsoft.UI.Xaml.UIElement
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved