Click or drag to resize

ApplicationICallback Interface

Interface for callbacks to the Application class

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface ICallback : WidgetICallback

The ApplicationICallback type exposes the following members.

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