menu

MAUI

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

    Show / Hide Table of Contents

    Class ToolbarTappedEventArgs

    Represents the tapped event args.

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

    Constructors

    ToolbarTappedEventArgs()

    Declaration
    public ToolbarTappedEventArgs()

    Properties

    NewToolbarItem

    Gets the new toolbar item.

    Declaration
    public SfToolbarItem NewToolbarItem { get; }
    Property Value
    Type
    SfToolbarItem

    PreviousToolbarItem

    Gets the old toolbar item.

    Declaration
    public SfToolbarItem PreviousToolbarItem { get; }
    Property Value
    Type
    SfToolbarItem
    Remarks

    The value can be used to reset the selection view on selecting next item.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved