| AkObjectListTReplaceTagEvent Delegate |
输出内容的处理方法。
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic delegate string ReplaceTagEvent(
AkObject item,
int index,
string value
)
Parameters
- item
- Type: Appkit.DataAkObject
数据对象。 - index
- Type: SystemInt32
从 0 开始的索引。 - value
- Type: SystemString
输出的数据
Return Value
Type:
String
See Also