Click or drag to resize

CTInterface.GetCustomImportRuleArgs Class

Event argument class for OnGetCustomImportRule.
Inheritance Hierarchy
System.Object
  System.EventArgs
    ATR.CT.CTInterface.CTInterface.GetCustomImportRuleArgs

Namespace:  ATR.CT.CTInterface
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public class GetCustomImportRuleArgs : EventArgs

The CTInterface.GetCustomImportRuleArgs type exposes the following members.

Properties
  NameDescription
Public propertyFile
Filename
Public propertyHandled
Must be set to TRUE if ImportStruct is used.
Public propertyImportStruct
Custom Import rule for current file. Handled must be set to TRUE in order to this setting to apply.
Top
Availability

CUSTOMTOOLS 2015 SP0


See Also