Click or drag to resize

CustomCell.ICallback.OnGetIdentifier Method

Raises the get identifier event.

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

Parameters

widget
Type: Eto.Forms.CustomCell

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

args
Type: Eto.Forms.CellEventArgs

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

Return Value

Type: String

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

See Also