HandleDestroyed Event (DicomViewer)
In This Topic
Syntax
'Declaration
<SRCategoryAttribute("CatPrivate")>
<System.ComponentModel.BrowsableAttribute(False)>
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<SRDescriptionAttribute("ControlOnDestroyHandleDescr")>
Public Event HandleDestroyed As System.EventHandler
[SRCategory("CatPrivate")]
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]
[SRDescription("ControlOnDestroyHandleDescr")]
public event System.EventHandler HandleDestroyed
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also