TouchListRowCreated Event
Fired whenever
TouchList creates a new row automatically during data binding.
Namespace: BeeMobile.TouchListAssembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
public event EventHandler<RowCreatedEventArgs> RowCreated
Public Event RowCreated As EventHandler(Of RowCreatedEventArgs)
Value
EventHandlerRowCreatedEventArgs RowCreatedEventArgs contains reference to the created row and its index.
This allows you to change/update row's properties, if needed.