Mono.TextEditor.TextEditorData.CaretPositionChanged C# (CSharp) 메소드

CaretPositionChanged() 개인적인 메소드

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