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.