MobileForms Toolkit Documentation

AdvancedList.CustomizeCell Event

CustomizeCell event is used to allow more advanced cell customization.

public event CustomizeCellEventHandler CustomizeCell;

Event Data

The event handler receives an argument of type CustomizeCellEventArgs containing data related to this event. The following CustomizeCellEventArgs properties provide information specific to this event.

Property Description
Cell Gets the cell that is going to be displayed by the AdvancedList.
Data Gets or sets cell data to by displayed.
DataRow Gets the data row for the current cell.

Remarks

This event allows you to modify cells. To allow this event for the given cell, set CustomizeCell to true.

Arguments for this event are of type CustomizeCellEventArgs.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace