with_events method

On this page

with_events

Starts a fluent chain at the entry stage with conversion lifecycle event handlers.

def with_events(cls, configure):
    ...
Parameter Type Description
configure Action[ConversionEvents] Callable that mutates the ConversionEvents bag.

Returns: The source-selection stage, allowing Load to be chained.

See Also

On this page