Click or drag to resize

CustomCellCallbackOnGetIdentifier Method

Raises the get identifier event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public string OnGetIdentifier(
	CustomCell widget,
	CellEventArgs args
)

Parameters

widget
Type: Eto.FormsCustomCell

[Missing <param name="widget"/> documentation for "M:Eto.Forms.CustomCell.Callback.OnGetIdentifier(Eto.Forms.CustomCell,Eto.Forms.CellEventArgs)"]

args
Type: Eto.FormsCellEventArgs

[Missing <param name="args"/> documentation for "M:Eto.Forms.CustomCell.Callback.OnGetIdentifier(Eto.Forms.CustomCell,Eto.Forms.CellEventArgs)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Eto.Forms.CustomCell.Callback.OnGetIdentifier(Eto.Forms.CustomCell,Eto.Forms.CellEventArgs)"]

Implements

CustomCellICallbackOnGetIdentifier(CustomCell, CellEventArgs)
See Also