public YMSGNotifyEventArgs(YMSGNotifyEventTypes type, object data) { this.EventType = type; this.Data = data; }