Namespace: P4s3CrashReview
Assembly: P4s3CrashReview (in P4s3CrashReview.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public delegate Object HandleCommand(
	int id,
	Object obj
)
Visual Basic
Public Delegate Function HandleCommand ( 
	id As Integer,
	obj As Object
) As Object
Visual C++
public delegate Object^ HandleCommand(
	int id, 
	Object^ obj
)

Parameters

id
Type: System..::..Int32
obj
Type: System..::..Object

Return Value

Type: Object

See Also