'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