Click or drag to resize
GetRowClickEvent Delegate

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public delegate string GetRowClickEvent(
	string objType,
	string objId,
	string work
)

Parameters

objType
Type: SystemString
objId
Type: SystemString
work
Type: SystemString

Return Value

Type: String
See Also