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) Version: 25.0
Syntax
public event EventHandler<CTInterfaceValidateCustomPropertiesArgs> OnValidateCustomProperties

Value

EventHandlerCTInterfaceValidateCustomPropertiesArgs
Revision History
DateVersionDescription
-2016 SP1First Release
See Also