Invalidated span event args
Inheritance: System.EventArgs
Exemple #1
0
		void Buffer_BufferSpanInvalidated(object sender, HexBufferSpanInvalidatedEventArgs e) {
			if (e.Span.Length > 0)
				InvalidateSpan(new HexBufferSpan(Buffer, e.Span));
			BufferChangedCommon();
		}
Exemple #2
0
		void Buffer_BufferSpanInvalidated(object sender, HexBufferSpanInvalidatedEventArgs e) => CancelIncrementalSearchAndUpdateMarkers();