Edit

Share via


SchedulerObjectEventDelegate Delegate

Definition

public delegate void SchedulerObjectEventDelegate(int id, EventType eventType, StoreProperty[] props);
type SchedulerObjectEventDelegate = delegate of int * EventType * StoreProperty[] -> unit
Public Delegate Sub SchedulerObjectEventDelegate(id As Integer, eventType As EventType, props As StoreProperty())

Parameters

id
Int32
eventType
EventType
props
StoreProperty[]

Applies to