Click or drag to resize

FilePickerICallbackOnFilePathChanged Method

Raises file path changed event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void OnFilePathChanged(
	FilePicker widget,
	EventArgs e
)

Parameters

widget
Type: Eto.FormsFilePicker

[Missing <param name="widget"/> documentation for "M:Eto.Forms.FilePicker.ICallback.OnFilePathChanged(Eto.Forms.FilePicker,System.EventArgs)"]

e
Type: SystemEventArgs

[Missing <param name="e"/> documentation for "M:Eto.Forms.FilePicker.ICallback.OnFilePathChanged(Eto.Forms.FilePicker,System.EventArgs)"]

See Also