|
|
AuthorizeOperationHandler (Object, AuthorizeOperationEventArgs)
|
/* Event handler for the event published when an operation is Authorize
@param Progress.Lang.Object The handler publishing the event
@param AuthoriseOperationEventArgs Event args for this event */
|
|
|
InvokedHandler (Object, OperationInvocationEventArgs)
|
/* Event handler for the event published after the business logic function was called by the handler
@param Progress.Lang.Object The handler publishing the event
@param OperationInvocationEventArgs Event args for this event */
|
|
|
InvokingHandler (Object, OperationInvocationEventArgs)
|
/* Event handler for the event published before the business logic function is called by the handler
@param Progress.Lang.Object The handler publishing the event
@param OperationInvocationEventArgs Event args for this event */
|
|
|
LoadEntityHandler (Object, HandlerLoadEntityEventArgs)
|
/* Event handler for the event published to invoke/load a piece of business logic (aka Business Entity).
@param Progress.Lang.Object The handler publishing the event
@param HandlerLoadEntityEventArgs Event args for this event */
|
|
|
OperationErrorHandler (Object, HandlerErrorEventArgs)
|
/* Event handler for the event published when an error is encountered
@param Progress.Lang.Object The handler publishing the event
@param HandlerErrorEventArgs Event args for this event */
|
|
|
UnloadEntityHandler (Object, HandlerLoadEntityEventArgs)
|
/* Event handler for the event published to unload a piece of business logic (aka Business Entity).
@param Progress.Lang.Object The handler publishing the event
@param HandlerLoadEntityEventArgs Event args for this event */
|