ATMLModelLibrary.model.common.Document.OnSaveDocument C# (CSharp) Method

OnSaveDocument() protected method

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