|
<< Click to Display Table of Contents >> Navigation: Classes > TContentBase > Events > OnBeforeExecute |
Triggered before the Execute method is called.
SIGNATURE=IW.Content.Base.TContentBase.OnBeforeExecute
ETYPE=Event
Declaration:
Delphi: |
public property OnBeforeExecute: TBeforeExecuteHandlerProc; |
C++: |
public: __property TBeforeExecuteHandlerProc OnBeforeExecute; |
Description: This is OnBeforeExecute, a member of class TContentBase.