Event Callback

Purpose

Called when a client receives an event from the Event Server. Register this callback by calling SPDHandleEvent (see Section 6.6).

Syntax

public delegate void SPD_eventCallback
(
   SPD_eventType type,
   SPD_event event,
   object passback
)

Description

type

is the type of event.

event

is a data structure that returns all available information on the event.

passback

is the value that the client specified for the passback parameter when it called SPDHandleEvent.