Called when the menu is removed from a control/window
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxprotected override void OnUnLoad(
	EventArgs e
)
Protected Overrides Sub OnUnLoad ( 
	e As EventArgs
)
abstract OnUnLoad : 
        e : EventArgs -> unit 
override OnUnLoad : 
        e : EventArgs -> unit Parameters
- e
- Type: SystemEventArgs
 Event arguments
 See Also
See Also