TouchListRowCreated Event

Fired whenever TouchList creates a new row automatically during data binding.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public event EventHandler<RowCreatedEventArgs> RowCreated

Value

EventHandlerRowCreatedEventArgs

Remarks

RowCreatedEventArgs contains reference to the created row and its index. This allows you to change/update row's properties, if needed.

See Also