menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ItemLongPressedEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ItemLongPressedEventArgs

    Provides data for the event.

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved