Click or drag to resize

CTInterfaceOnCustomPropertyChanged2 Event

Invoked at CUSTOMTOOLS Properties when a value of a property that has Allow Scripting -option set changes. Difference to OnCustomPropertyChanged is that this is invoked also when project default values cause a change in the property value. Allows manipulating all property values in context that have Allow Scripting -option set.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 26.0
Syntax
public event EventHandler<CTInterfaceCustomPropertyChanged2Args> OnCustomPropertyChanged2

Value

EventHandlerCTInterfaceCustomPropertyChanged2Args
Revision History
DateVersionDescription
-2026 SP1First Release
See Also