'Declaration
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SRDescriptionAttribute("ControlOnDestroyHandleDescr")> <SRCategoryAttribute("CatPrivate")> <System.ComponentModel.BrowsableAttribute(False)> Public Event HandleDestroyed As System.EventHandler
'Usage
Dim instance As WorkbookView Dim handler As System.EventHandler AddHandler instance.HandleDestroyed, handler
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRDescription("ControlOnDestroyHandleDescr")] [SRCategory("CatPrivate")] [System.ComponentModel.Browsable(false)] public event System.EventHandler HandleDestroyed
public event HandleDestroyed: System.EventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRDescription("ControlOnDestroyHandleDescr")] [SRCategory("CatPrivate")] [System.ComponentModel.Browsable(false)] public: __event System.EventHandler* HandleDestroyed
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRDescription("ControlOnDestroyHandleDescr")] [SRCategory("CatPrivate")] [System.ComponentModel.Browsable(false)] public: event System.EventHandler^ HandleDestroyed