Invalidated span event args
Наследование: System.EventArgs
Пример #1
0
		void Buffer_BufferSpanInvalidated(object sender, HexBufferSpanInvalidatedEventArgs e) {
			if (e.Span.Length > 0)
				InvalidateSpan(new HexBufferSpan(Buffer, e.Span));
			BufferChangedCommon();
		}
Пример #2
0
		void Buffer_BufferSpanInvalidated(object sender, HexBufferSpanInvalidatedEventArgs e) => CancelIncrementalSearchAndUpdateMarkers();