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

OnUpdateAdjustmentsRequested() 보호된 메소드

protected OnUpdateAdjustmentsRequested ( EventArgs e ) : void
e System.EventArgs
리턴 void
		protected virtual void OnUpdateAdjustmentsRequested (EventArgs e)
		{
			var handler = UpdateAdjustmentsRequested;
			if (handler != null)
				handler (this, e);
		}