Allows access to and modifcation of text in a specific row in a callout.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function OnStringValueChanged( _
ByVal pManipulator As Object, _
ByVal RowID As Integer, _
ByVal Text As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwCalloutHandler
Dim pManipulator As Object
Dim RowID As Integer
Dim Text As String
Dim value As Boolean
value = instance.OnStringValueChanged(pManipulator, RowID, Text)
|
Parameters
- pManipulator
- ICallout object whose text was edited
- RowID
- Row in which the text was edi
- Text
New text of RowID
Return Value
True to use updated text in RowID, false to use original text in RowID
Example
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0