OpenEdge.Web.DataObject.IOperationEventHandler
- Last Updated: January 15, 2026
- 2 minute read
- OpenEdge
- Version 12.8
- Documentation
|
Method Summary
| Options | Name | Purpose | |
|---|---|---|---|
| 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 */
|
Method Detail
AuthorizeOperationHandler (Object, AuthorizeOperationEventArgs)
|
||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
InvokedHandler (Object, OperationInvocationEventArgs)
|
||||||||||||||||
InvokingHandler (Object, OperationInvocationEventArgs)
|
||||||||||||||||
LoadEntityHandler (Object, HandlerLoadEntityEventArgs)
|
||||||||||||||||
OperationErrorHandler (Object, HandlerErrorEventArgs)
|
||||||||||||||||
UnloadEntityHandler (Object, HandlerLoadEntityEventArgs)
|
||||||||||||||||