LayingOutEventHandler Delegate

Represents the method that will handle the LayingOut event.

public delegate void LayingOutEventHandler(Object sender, LayingOutEventArgs e)
Public Delegate Sub LayingOutEventHandler(sender As Object, e As LayingOutEventArgs)

Parameters

sender
Object

Reference of type Object .

Inheritance: ObjectDelegateMulticastDelegateLayingOutEventHandler

Licensing Info

This delegate is a full DynamicPDF Core Suite feature. One of the following is required for non-evaluation usage:

See Also

ceTe.DynamicPDF.LayoutEngine.LayoutElements

In this topic