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

OnSelectionChanged() protected method

protected OnSelectionChanged ( EventArgs args ) : void
args System.EventArgs
return void
		protected virtual void OnSelectionChanged (EventArgs args)
		{
//			Console.WriteLine ("----");
//			Console.WriteLine (Environment.StackTrace);
			if (SelectionChanged != null) 
				SelectionChanged (this, args);
		}
		#endregion