DXTapEventArgs(Point) Constructor
Initializes a new instance of the DXTapEventArgs class with specified settings.
Namespace: DevExpress.Maui.Core
Assembly: DevExpress.Maui.Core.dll
NuGet Package: DevExpress.Maui.Core
Declaration
public DXTapEventArgs(
Point position
)
Parameters
Name | Type | Description |
---|---|---|
position | Point | The position of the tapped item. |
See Also