Click or drag to resize
AkBusinessOnDeleteComplete Method
删除之后。

Namespace: Appkit.Common
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public virtual void OnDeleteComplete(
	string objType,
	string objId,
	ObjectXml xml
)

Parameters

objType
Type: SystemString
对象类型。
objId
Type: SystemString
对象标识。
xml
Type: Appkit.DataObjectXml
业务对象副本。
See Also