Share via


IExecutionContext.MethodExecuting Event

Raised before a method is executed against the external system in this context.

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Event MethodExecuting As ExecutionEventHandler
'Usage
Dim instance As IExecutionContext
Dim handler As ExecutionEventHandler

AddHandler instance.MethodExecuting, handler
event ExecutionEventHandler MethodExecuting

Remarks

This event will allow accessing the filter values and raw parameters just before the execution of the method. The values of non-security sensitive filters will be set before this event is raised.

See Also

Reference

IExecutionContext Interface

IExecutionContext Members

Microsoft.BusinessData.Runtime Namespace