Click or drag to resize

FactoryObjectCreated Event

Occures if an object was created. This will only be invoked if the created object has set its InvokeOnObjectCreationEvent to true.

Namespace:  Cauldron.Activator
Assembly:  Cauldron.Activator (in Cauldron.Activator.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static event EventHandler<FactoryObjectCreatedEventArgs> ObjectCreated

Value

Type: SystemEventHandlerFactoryObjectCreatedEventArgs
See Also