 | PdfSearchFoundTextAdded Event |
Occurs when the found text added into search results
Namespace:
Patagames.Pdf.Net
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic event EventHandler<FoundTextAddedEventArgs> FoundTextAdded
Public Event FoundTextAdded As EventHandler(Of FoundTextAddedEventArgs)
public:
event EventHandler<FoundTextAddedEventArgs^>^ FoundTextAdded {
void add (EventHandler<FoundTextAddedEventArgs^>^ value);
void remove (EventHandler<FoundTextAddedEventArgs^>^ value);
}
member FoundTextAdded : IEvent<EventHandler<FoundTextAddedEventArgs>,
FoundTextAddedEventArgs>
/** @event */
public void add_FoundTextAdded (EventHandler<FoundTextAddedEventArgs> value)
/** @event */
public void remove_FoundTextAdded (EventHandler<FoundTextAddedEventArgs> value)
function add_FoundTextAdded(value);
function remove_FoundTextAdded(value);
Value
Type:
SystemEventHandlerFoundTextAddedEventArgs
See Also