'Declaration
<SRCategoryAttribute("CatAction")> <SRDescriptionAttribute("ControlOnMouseCaptureChangedDescr")> Public Event MouseCaptureChanged As System.EventHandler
'Usage
Dim instance As WorkbookView Dim handler As System.EventHandler AddHandler instance.MouseCaptureChanged, handler
[SRCategory("CatAction")] [SRDescription("ControlOnMouseCaptureChangedDescr")] public event System.EventHandler MouseCaptureChanged
public event MouseCaptureChanged: System.EventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
[SRCategory("CatAction")] [SRDescription("ControlOnMouseCaptureChangedDescr")] public: __event System.EventHandler* MouseCaptureChanged
[SRCategory("CatAction")] [SRDescription("ControlOnMouseCaptureChangedDescr")] public: event System.EventHandler^ MouseCaptureChanged