WithEvents

FluentConverter.WithEvents method

Entry-stage variant of the fluent chain that starts with conversion lifecycle event handlers. Sits at the same entry stage as WithSettings, and the resulting ConversionEvents bag fires on every conversion run by the converter.

public static IConversionFrom WithEvents(Action<ConversionEvents> configure)
Parameter Type Description
configure Action`1 Action that mutates the events bag.

Return Value

The source-selection stage so that Load may be chained.

See Also