Click or drag to resize

FilePickerICallback Interface

Callback interface for FilePicker

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

The FilePickerICallback type exposes the following members.

Methods
  NameDescription
Public methodOnFilePathChanged
Raises file path changed event.
Top
See Also