Click or drag to resize

ComClassFactoryTCreateInstance Event

Occurs when an instance is being created.

Namespace:  ShellBoost.Core.Utilities
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public event EventHandler<ClassFactoryCreateInstanceEventArg<T>> CreateInstance

Value

Type: SystemEventHandlerClassFactoryCreateInstanceEventArgT
See Also