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; }
Public Property DeleteItemHandler As Func(Of Object, Boolean)
Get
Set
member DeleteItemHandler : Func<Object, bool> with get, set
Property Value
Type:
FuncObject,
BooleanSee Also