RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TAdapterDispatcher.OnAfterDispatchAction Event

Occurs after the target adapter has finished executing an action.

Pascal
property OnAfterDispatchAction: TDispatchActionEvent;
C++
__property TDispatchActionEvent OnAfterDispatchAction;

Write an OnAfterDispatchAction event handler to take specific action after an adapter has executed an action. Note that this event can occur even if the request does not request the execution of an action or if the adapter was not successful in its attempt to execute the action. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!