Click or drag to resize

CTInterfaceOnValidateCustomProperties Event

Invoked at CUSTOMTOOLS Properties when user clicks Ok/Apply and at least one property has Allow Scripting -option set. Allows manipulating property values, preventing exiting of Properties and displaying an error/warning message.

Namespace:  ATR.CT.CTInterface
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public event EventHandler<CTInterfaceValidateCustomPropertiesArgs> OnValidateCustomProperties

Value

Type: SystemEventHandlerCTInterfaceValidateCustomPropertiesArgs
Availability

CUSTOMTOOLS 2016 SP1


See Also