Table of Contents
CallbackEventHandler Delegate

Represents the method that handles Callback.Execute event.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public delegate void CallbackEventHandler(
   object sender,
   CallbackEventArgs e
);
See Also