ATMLModelLibrary.model.common.Document.OnSaveDocument C# (CSharp) 메소드

OnSaveDocument() 보호된 메소드

protected OnSaveDocument ( ) : void
리턴 void
        protected virtual void OnSaveDocument()
        {
            EventHandler handler = SaveDocument;
            if (handler != null) handler(this, EventArgs.Empty);
        }