Mono.TextEditor.TextViewMargin.OnLineShown C# (CSharp) Méthode

OnLineShown() private méthode

private OnLineShown ( Mono.TextEditor.DocumentLine line ) : void
line Mono.TextEditor.DocumentLine
Résultat void
		void OnLineShown (DocumentLine line)
		{
			LineShown?.Invoke (this, new LineEventArgs (line));
		}