Mono.TextEditor.TextEditorData.DocumentHandleUndone C# (CSharp) Method

DocumentHandleUndone() private method

private DocumentHandleUndone ( object sender, TextDocument e ) : void
sender object
e TextDocument
return void
		void DocumentHandleUndone (object sender, TextDocument.UndoOperationEventArgs e)
		{
			var state = e.Operation.Tag as TextEditorDataState;
			if (state != null)
				state.UndoState ();
		}