Class SuggestionSelectedEventArgs
Provides data for the suggestion selection event
Inheritance
System.Object
System.EventArgs
SuggestionSelectedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.WinForms.AIAssistView
Assembly: Syncfusion.SfAIAssistView.WinForms.dll
Syntax
public class SuggestionSelectedEventArgs : EventArgs
Constructors
SuggestionSelectedEventArgs()
Declaration
public SuggestionSelectedEventArgs()
Properties
Item
Gets the suggestion item that was selected.
Declaration
public object Item { get; }
Property Value
| Type |
|---|
| System.Object |