Click or drag to resize

ApplicationCallback Class

Callback implementation for the Application class
Inheritance Hierarchy
SystemObject
  Eto.FormsApplicationCallback

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
protected class Callback : ApplicationICallback, 
	WidgetICallback

The ApplicationCallback type exposes the following members.

Constructors
  NameDescription
Public methodApplicationCallback
Initializes a new instance of the ApplicationCallback class
Top
Methods
  NameDescription
Public methodOnInitialized
Raises the initialized event.
Public methodOnNotificationActivated
Raises the notification activated event.
Public methodOnTerminating
Raises the terminating event.
Public methodOnUnhandledException
Raises the unhandled exception event.
Top
See Also