Mono.TextEditor.TextEditorData.CaretPositionChanged C# (CSharp) Méthode

CaretPositionChanged() private méthode

private CaretPositionChanged ( object sender, Mono.TextEditor.DocumentLocationEventArgs args ) : void
sender object
args Mono.TextEditor.DocumentLocationEventArgs
Résultat void
		void CaretPositionChanged (object sender, DocumentLocationEventArgs args)
		{
			if (!caret.PreserveSelection)
				this.ClearSelection ();
		}