Post-notifies the user program when the user has changed a custom property.
.NET Syntax
Visual Basic (Declaration) | |
---|
Public Delegate Function DAssemblyDocEvents_ChangeCustomPropertyNotifyEventHandler( _
ByVal propName As System.String, _
ByVal Configuration As System.String, _
ByVal oldValue As System.String, _
ByVal NewValue As System.String, _
ByVal valueType As System.Integer _
) As System.Integer |
C++/CLI | |
---|
public delegate System.int DAssemblyDocEvents_ChangeCustomPropertyNotifyEventHandler(
& System.String^ propName,
& System.String^ Configuration,
& System.String^ oldValue,
& System.String^ NewValue,
& System.int valueType
) |
Parameters
- propName
- Name of changed property
- Configuration
- Configuration that contains the property
- oldValue
- Previous value of the property
- NewValue
- New value of the property
- valueType
- Valid type for VARIANT; see Microsoft MSDN for a list of valid VARIANT types
Remarks
Availability
SOLIDWORKS 2001Plus SP1, Revision Number 10.1