 | PdfCustomLoaderLoadBlock Event |
SDK fire this event when it need to receive the next data block of PDF document.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic event EventHandler<CustomLoadEventArgs> LoadBlock
Public Event LoadBlock As EventHandler(Of CustomLoadEventArgs)
public:
event EventHandler<CustomLoadEventArgs^>^ LoadBlock {
void add (EventHandler<CustomLoadEventArgs^>^ value);
void remove (EventHandler<CustomLoadEventArgs^>^ value);
}
member LoadBlock : IEvent<EventHandler<CustomLoadEventArgs>,
CustomLoadEventArgs>
/** @event */
public void add_LoadBlock (EventHandler<CustomLoadEventArgs> value)
/** @event */
public void remove_LoadBlock (EventHandler<CustomLoadEventArgs> value)
function add_LoadBlock(value);
function remove_LoadBlock(value);
Value
EventHandlerCustomLoadEventArgs
See Also