Mono.TextEditor.TextViewMargin.OnSearchRegionsUpdated C# (CSharp) Method

OnSearchRegionsUpdated() protected method

protected OnSearchRegionsUpdated ( EventArgs e ) : void
e System.EventArgs
return void
		protected virtual void OnSearchRegionsUpdated (EventArgs e)
		{
			EventHandler handler = this.SearchRegionsUpdated;
			if (handler != null)
				handler (this, e);
		}