Click or drag to resize

CTInterfaceOnCustomPropertyChanged Event

Invoked at CUSTOMTOOLS Properties when a value of a property that has Allow Scripting -option set changes. Allows manipulating all property values in context that have Allow Scripting -option set.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public event EventHandler<CTInterfaceCustomPropertyChangedArgs> OnCustomPropertyChanged

Value

EventHandlerCTInterfaceCustomPropertyChangedArgs
Revision History
DateVersionDescription
-2016 SP1First Release
See Also