diff --git a/src/Components/Components/src/UIEventArgs.cs b/src/Components/Components/src/UIEventArgs.cs index 662fa7bc63..994aad82fc 100644 --- a/src/Components/Components/src/UIEventArgs.cs +++ b/src/Components/Components/src/UIEventArgs.cs @@ -330,7 +330,7 @@ namespace Microsoft.AspNetCore.Components /// /// A unique identifier for the pointer causing the event. /// - public string PointerId { get; set; } + public long PointerId { get; set; } /// /// The width (magnitude on the X axis), in CSS pixels, of the contact geometry of the pointer.