menu

MAUI

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

    Show / Hide Table of Contents

    Class ToolbarItemTouchInteractionEventArgs

    Represents the touch event args.

    Inheritance
    System.Object
    ToolbarItemTouchInteractionEventArgs
    Namespace: Syncfusion.Maui.Toolbar
    Assembly: Syncfusion.Maui.Toolbar.dll
    Syntax
    public class ToolbarItemTouchInteractionEventArgs : EventArgs

    Constructors

    ToolbarItemTouchInteractionEventArgs()

    Declaration
    public ToolbarItemTouchInteractionEventArgs()

    Properties

    PointerActions

    Gets the pointer actions.

    Declaration
    public ToolbarItemPointerActions PointerActions { get; }
    Property Value
    Type
    ToolbarItemPointerActions

    ToolbarItem

    Gets the new toolbar item.

    Declaration
    public SfToolbarItem ToolbarItem { get; }
    Property Value
    Type
    SfToolbarItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved