Class ItemLongPressedEventArgs
Provides data for the
Inheritance
System.Object
ItemLongPressedEventArgs
Namespace: Syncfusion.Maui.AIAssistView
Assembly: Syncfusion.Maui.AIAssistView.dll
Syntax
public class ItemLongPressedEventArgs : EventArgs
Constructors
ItemLongPressedEventArgs(IAssistItem, Point)
Initializes a new instance of the ItemLongPressedEventArgs class.
Declaration
public ItemLongPressedEventArgs(IAssistItem message, Point position)
Parameters
| Type | Name | Description |
|---|---|---|
| IAssistItem | message | The instance of the long pressed item. |
| Microsoft.Maui.Graphics.Point | position | The touch position of the interaction. |
Properties
Item
Gets the IAssistItem that was long pressed.
Declaration
public IAssistItem Item { get; }
Property Value
| Type |
|---|
| IAssistItem |
Position
Gets the interacted touch position as Microsoft.Maui.Graphics.Point.
Declaration
public Point Position { get; }
Property Value
| Type |
|---|
| Microsoft.Maui.Graphics.Point |