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