Click or drag to resize

CTInterfacePropertyCustomDefinitionArgs Class

Event argument class for OnPropertyCustomDefinition.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfacePropertyCustomDefinitionArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public class PropertyCustomDefinitionArgs : EventArgs

The CTInterfacePropertyCustomDefinitionArgs type exposes the following members.

Properties
 NameDescription
Public propertyDefChanged Returns TRUE if definition has changed during this event.
Public propertyDefinition Definition value
Public propertyHandled Returns true if definition has been changed from the original one, or if specifically set to true. Otherwise false. If set to false, Definition is restored to it's original value.
Public propertyLabel Label of the property.
Public propertyProperty Property which CustomDefinition -button is clicked.
Top
Revision History
DateVersionDescription
-2015 SP4First Release
See Also