Click or drag to resize
ChangeCustomPropertyArgs Properties

The ChangeCustomPropertyArgs type exposes the following members.

Properties
  NameDescription
Public propertyConfigurationName
Configuration that contains the property. Empty for drawing properties and document specific properties.
Public propertyNewValue
New value of the property
Public propertyOldValue
Previous value of the property
Public propertyPropertyName
Name of the changed property
Public propertyPropertyType
Valid type for VARIANT describing type of the property that changed; see Microsoft MSDN for a list of valid VARIANT types
Public propertySWDoc
The document (IModelDoc2) whose custom property was changed.
Top
See Also