点击或拖拽改变大小

SwCalloutHandlerWrapperOnStringValueChanged 方法

[缺少 "M:Du.SolidWorks.Extension.SwCalloutHandlerWrapper.OnStringValueChanged(System.Object,System.Int32,System.String)" 的 <summary> 文档]

命名空间:  Du.SolidWorks.Extension
程序集:  Du.SolidWorks (在 Du.SolidWorks.dll 中) 版本:0.1.1.0 (0.1.1)
语法
public bool OnStringValueChanged(
	Object pManipulator,
	int RowID,
	string Text
)

参数

pManipulator
类型:SystemObject

[缺少 "M:Du.SolidWorks.Extension.SwCalloutHandlerWrapper.OnStringValueChanged(System.Object,System.Int32,System.String)" 的 <param name="pManipulator"/> 文档]

RowID
类型:SystemInt32

[缺少 "M:Du.SolidWorks.Extension.SwCalloutHandlerWrapper.OnStringValueChanged(System.Object,System.Int32,System.String)" 的 <param name="RowID"/> 文档]

Text
类型:SystemString

[缺少 "M:Du.SolidWorks.Extension.SwCalloutHandlerWrapper.OnStringValueChanged(System.Object,System.Int32,System.String)" 的 <param name="Text"/> 文档]

返回值

类型:Boolean

[缺少 "M:Du.SolidWorks.Extension.SwCalloutHandlerWrapper.OnStringValueChanged(System.Object,System.Int32,System.String)" 的 <returns> 文档]

实现

ISwCalloutHandler.OnStringValueChanged(Object, Int32, String)
参见