Class ToolbarItemLongPressedEventArgs
Represents the long press event args.
Inheritance
System.Object
ToolbarItemLongPressedEventArgs
Namespace: Syncfusion.Maui.Toolbar
Assembly: Syncfusion.Maui.Toolbar.dll
Syntax
public class ToolbarItemLongPressedEventArgs : EventArgs
Constructors
ToolbarItemLongPressedEventArgs()
Declaration
public ToolbarItemLongPressedEventArgs()
Properties
ToolbarItem
Gets the new toolbar item.
Declaration
public SfToolbarItem ToolbarItem { get; }
Property Value
Type |
---|
SfToolbarItem |