Click or drag to resize

CTInterfaceOnCustomPropertyChanged Event

Invoked at CUSTOMTOOLS Properties when a value of a property that has Allow Scripting -option set changes. Not invoked when property change is caused by project default value. Use OnCustomPropertyChanged2 instead for catching those changes. 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<CTInterfaceCustomPropertyChangedArgs> OnCustomPropertyChanged

Value

EventHandlerCTInterfaceCustomPropertyChangedArgs
Revision History
DateVersionDescription
-2016 SP1First Release
See Also