Soap.SOAPPasInv.TSoapPascalInvoker.BeforeDispatchEvent2

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeDispatchEvent2: TBeforeDispatchEvent2 read FBeforeDispatchEvent2 write FBeforeDispatchEvent2;

C++

__property TBeforeDispatchEvent2 BeforeDispatchEvent2 = {read=FBeforeDispatchEvent2, write=FBeforeDispatchEvent2};

Properties

Type Visibility Source Unit Parent
event published
Soap.SOAPPasInv.pas
Soap.SOAPPasInv.hpp
Soap.SOAPPasInv TSoapPascalInvoker

Description

Occurs before the invoker calls an invokable interface to execute a SOAP request.

Write a BeforeDispatchEvent2 event handler to override the default handling of an incoming request. The Invoke method generates this event after it has obtained an interface pointer for the target invokable interface, but before it calls the specified method on that interface.

See Also