Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 336 Bytes

File metadata and controls

13 lines (8 loc) · 336 Bytes

StringVisitor callbacks

See Frame.GetSource() and Frame.GetText().

You must keep a strong reference to the StringVisitor object while visiting strings, otherwise it gets destroyed and the StringVisitor callbacks won't be called.

CEF 3

bool Visit(string value)

Method that will be executed.