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 |