2020-04-23 17:13:56 +08:00
|
|
|
|
using System;
|
|
|
|
|
using System.Collections.Generic;
|
|
|
|
|
using System.Text;
|
|
|
|
|
|
2020-05-29 00:33:49 +08:00
|
|
|
|
namespace AntDesign.core.JsInterop.EventArg
|
2020-04-23 17:13:56 +08:00
|
|
|
|
{
|
|
|
|
|
public class MouseEvent
|
|
|
|
|
{
|
|
|
|
|
public int ScreenX { get; set; }
|
|
|
|
|
}
|
|
|
|
|
}
|