public delegate void DebugOccuredEventHandler(
Store context,
Entry entry
)Public Delegate Sub DebugOccuredEventHandler (
context As Store,
entry As Entry
)public delegate void DebugOccuredEventHandler(
Store^ context,
Entry^ entry
)type DebugOccuredEventHandler =
delegate of
context : Store *
entry : Entry -> unit