ant-design-blazor/components/core/JsInterop/EventArg/MouseEvent.cs
2020-05-29 00:33:49 +08:00

12 lines
200 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace AntDesign.core.JsInterop.EventArg
{
public class MouseEvent
{
public int ScreenX { get; set; }
}
}