'Declaration
<SRCategoryAttribute("CatPrivate")> <System.ComponentModel.BrowsableAttribute(False)> <System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SRDescriptionAttribute("ControlOnDestroyHandleDescr")> Public Event HandleDestroyed As System.EventHandler
'Usage
Dim instance As WorkbookView Dim handler As System.EventHandler AddHandler instance.HandleDestroyed, handler
[SRCategory("CatPrivate")] [System.ComponentModel.Browsable(false)] [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRDescription("ControlOnDestroyHandleDescr")] public event System.EventHandler HandleDestroyed