'Declaration
Public Event PreRequestHandlerExecute As System.EventHandler
'Usage
Dim instance As Global
Dim handler As System.EventHandler
AddHandler instance.PreRequestHandlerExecute, handler
public event System.EventHandler PreRequestHandlerExecute
public event PreRequestHandlerExecute: System.EventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
public: __event System.EventHandler* PreRequestHandlerExecute
public:
event System.EventHandler^ PreRequestHandlerExecute