using System.ComponentModel; using System.Windows.Input; namespace HKW.HKWUtils.Observable; /// /// 通知接收器 /// /// 发送者 /// 参数 public delegate void NotifyReceivedEventHandler(ICommand sender, CancelEventArgs e);