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