Mono.TextEditor.TextEditorData.OnBeginUndo C# (CSharp) 메소드

OnBeginUndo() 개인적인 메소드

private OnBeginUndo ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
리턴 void
		void OnBeginUndo (object sender, EventArgs args)
		{
			savedCaretPos  = Caret.Location;
			savedSelection = MainSelection;
		}