Click or drag to resize

GridViewDeleteItemHandler Property

A delegate method to delete an item in response to a user's request. The method should return true after deleting the item, or false to indicate the item could not be deleted. Currently supported on iOS only.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Func<Object, bool> DeleteItemHandler { get; set; }

Property Value

Type: FuncObject, Boolean
See Also