Click or drag to resize
CTInterface.PropertyCustomDefinitionArgs Class

[This is preliminary documentation and is subject to change.]

Event argument class for OnPropertyCustomDefinition.
Inheritance Hierarchy
System.Object
  System.EventArgs
    ATR.CT.CTInterface.CTInterface.PropertyCustomDefinitionArgs

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

The CTInterface. PropertyCustomDefinitionArgs 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
Availability

CUSTOMTOOLS 2015 SP4


See Also