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
)
Public Function OnGetIdentifier (
widget As CustomCell,
args As CellEventArgs
) As String
abstract OnGetIdentifier :
widget : CustomCell *
args : CellEventArgs -> string
override OnGetIdentifier :
widget : CustomCell *
args : CellEventArgs -> string
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