Click or drag to resize
FileHandlerExtensionRequireStructureCalls Method
Notification send before structure is about to be built using light structure which doesn't notify the components for Filehandler. Return true in case your filehandler needs to be able to prepare the structure and its components.

Namespace: CTExtensions.Interfaces
Assembly: CTInterface (in CTInterface.dll)
Syntax
public virtual bool RequireStructureCalls(
	string bsFileName
)

Parameters

bsFileName
Type: SystemString
Path to file which structure is about to be retrieved

Return Value

Type: Boolean
False by default, return true to ensure structure events.
Availability

CUSTOMTOOLS 2020 SP0


See Also