Click or drag to resize
CTInterfaceCustomPropertyChangedArgs Class
Event argument class for OnCustomPropertyChanged.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceCustomPropertyChangedArgs

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

The CTInterfaceCustomPropertyChangedArgs type exposes the following members.

Properties
  NameDescription
Public propertyChangedProperties
Array of properties that are changed during this process.
Public propertyProperties
Context of all properties that allow scripting. Values of properties can be changed.
Public propertyProperty
Property that changed
Public propertySelectedProject
Currently selected project in Properties. In order to change selected project set desired project to this property.
Public propertySWDoc
SolidWorks.Interop.sldworks.ModelDoc2 which CUSTOMTOOLS Properties are in question. Type is defined in assembly SolidWorks.Interop.sldworks.dll.
Top
Availability

CUSTOMTOOLS 2015 SP4


Revised in Description
CUSTOMTOOLS 2017 SP2 Extended with SelectedProject. Not available in CUSTOMTOOLS 2018 SP0 though.
See Also