Click or drag to resize
PackageComponentLoadingEventHandler Delegate

Namespace: FDF.Common
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public delegate void ComponentLoadingEventHandler(
	Object sender,
	ref bool cancel
)

Parameters

sender
Type: SystemObject
cancel
Type: SystemBoolean
See Also