DocumentPageOnClose Method  | 
  
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxprotected virtual void OnClose(
	EventArgs e
)
Protected Overridable Sub OnClose ( 
	e As EventArgs
)
abstract OnClose : 
        e : EventArgs -> unit 
override OnClose : 
        e : EventArgs -> unit Parameters
- e
 - Type: SystemEventArgs
Event arguments. 
See Also