Click or drag to resize
CTInterface.OnValidateCustomProperties 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<CTInterface. ValidateCustomPropertiesArgs> OnValidateCustomProperties

Value

Type: System.EventHandler<CTInterface.ValidateCustomPropertiesArgs>
Availability

CUSTOMTOOLS 2016 SP1


See Also