Win.CodeNavi.frmMain.richNotes_TextChanged C# (CSharp) Method

richNotes_TextChanged() private method

Flag we have pending changes that need saving
private richNotes_TextChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void richNotes_TextChanged(object sender, EventArgs e)
        {
            bNotesPending = true;
            if (optAutoSaveNotes.Enabled == true) timerSave.Start();
        }