Commit 856be76e kwwwvagaa

自定义行事件增加参数

1 个父辈 8d4f730b
...@@ -32,5 +32,8 @@ namespace HZH_Controls.Controls ...@@ -32,5 +32,8 @@ namespace HZH_Controls.Controls
/// </summary> /// </summary>
/// <value>The name of the event.</value> /// <value>The name of the event.</value>
public string EventName { get; set; } public string EventName { get; set; }
public object Data { get; set; }
} }
} }
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!