Converter.LoadedEventHandler Delegate

Represents the method that will handle the Loaded event.

public delegate void Converter.LoadedEventHandler(LoadedEventAgrs e)
Public Delegate Sub Converter.LoadedEventHandler(e As LoadedEventAgrs)

Parameters

e
LoadedEventAgrs

A LoadedEventAgrs that contains the event data.

Inheritance: ObjectDelegateMulticastDelegateLoadedEventHandler

See Also

ceTe.DynamicPDF.HtmlConverter

In this topic