ATMLCommonLibrary.controls.document.DocumentForm.DocumentChanged C# (CSharp) Method

DocumentChanged() private method

private DocumentChanged ( Document value, bool isDirty ) : void
value Document
isDirty bool
return void
        private void DocumentChanged( Document value, bool isDirty )
        {
            Text = CreateTitle( value );
            btnSaveToDatabase.Enabled = isDirty;
        }