Discuss this help topic in SecureBlackbox Forum
Declaration
[C#]
event TNotifyEvent OnContentWriteBegin;
delegate void TNotifyEvent(Object Sender);
[VB.NET]
Event OnContentWriteBegin As TNotifyEvent
Delegate Sub TNotifyEvent(ByVal Sender As Object)
[Pascal]
under development
[C++]
void get_OnContentWriteBegin(TNotifyEvent &pMethodOutResult, void * &pDataOutResult);
void set_OnContentWriteBegin(TNotifyEvent pMethodValue, void * pDataValue);
typedef void (SB_CALLBACK *TNotifyEvent)(void * _ObjectData, TObjectHandle Sender);
[PHP]
TNotifyEvent|callable|NULL get_OnContentWriteBegin()
void set_OnContentWriteBegin(TNotifyEvent|callable|NULL $Value)
callable TNotifyEvent(TObject $Sender)
[Java]
TNotifyEvent getOnContentWriteBegin();
void setOnContentWriteBegin(TNotifyEvent Value);
TNotifyEvent.Callback OnContentWriteBegin = new TNotifyEvent.Callback() {
public void TNotifyEventCallback(TObject Sender) {
//...
}
}
Description
This topic is under development.
Discuss this help topic in SecureBlackbox Forum