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