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