Class ToolbarMoreButtonTappedEventArgs
Represents the toolbar more button tapped event event args.
Inheritance
System.Object
ToolbarMoreButtonTappedEventArgs
Namespace: Syncfusion.Maui.Toolbar
Assembly: Syncfusion.Maui.Toolbar.dll
Syntax
public class ToolbarMoreButtonTappedEventArgs : CancelEventArgs
Constructors
ToolbarMoreButtonTappedEventArgs()
Declaration
public ToolbarMoreButtonTappedEventArgs()
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> |