public ModalItemCommandEventArgs(ModalPopup mSrc, object cSrc, CommandEventArgs args) { this._mSrc = mSrc; this._cSrc = cSrc; this._args = args; }