Keyoti RapidFindReplace WPF API Docs
RapidFindReplaceControlViewModel..::..AddHighlight Delegate
API DocumentationKeyoti.RapidFindReplace.WPFRapidFindReplaceControlViewModelRapidFindReplaceControlViewModel..::..AddHighlight
Keyoti RapidFindReplace WPF
The add highlight delegate, called when hits are found.
Declaration Syntax
C#Visual BasicVisual C++F#
public delegate void AddHighlight(
	Run run,
	int index,
	int length
)
Public Delegate Sub AddHighlight ( 
	run As Run,
	index As Integer,
	length As Integer
)
public delegate void AddHighlight(
	Run^ run, 
	int index, 
	int length
)
type AddHighlight = 
    delegate of 
        run : Run * 
        index : int * 
        length : int -> unit
Parameters
run (Run)
The Run where hit was found
index (Int32)
Character index of hit
length (Int32)
Length of hit

Assembly: Keyoti4.RapidFindReplace.WPF (Module: Keyoti4.RapidFindReplace.WPF.dll) Version: 1.0.14.531 (1.0.14.531)