menu

MAUI

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

    Show / Hide Table of Contents

    Class ToolbarMoreItemsChangedEventArgs

    Represents the toolbar more items changed event args.

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

    Constructors

    ToolbarMoreItemsChangedEventArgs()

    Declaration
    public ToolbarMoreItemsChangedEventArgs()

    Properties

    ToolbarItems

    Gets the list of toolbar item in the more options.

    Declaration
    public List<BaseToolbarItem> ToolbarItems { get; }
    Property Value
    Type
    System.Collections.Generic.List<BaseToolbarItem>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved