BarcodeValueSetEventHandler Delegate

Represents the method that will handle the barcode value set event of the LayoutElement .

public delegate void BarcodeValueSetEventHandler(Object sender, BarcodeValueSetEventArgs e)
Public Delegate Sub BarcodeValueSetEventHandler(sender As Object, e As BarcodeValueSetEventArgs)

Parameters

sender
Object

Reference of type Object .

Inheritance: ObjectDelegateMulticastDelegateBarcodeValueSetEventHandler

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