Mono.TextEditor.TextDocument.UndoOperation.OnRedoDone C# (CSharp) Method

OnRedoDone() protected method

protected OnRedoDone ( ) : void
return void
			protected virtual void OnRedoDone ()
			{
				if (RedoDone != null)
					RedoDone (this, EventArgs.Empty);
			}
			public event EventHandler RedoDone;