MobileForms Toolkit Documentation

RowEventArgs Class

RowEventArgs class contains the arguments of RowEventHandler delegate.

For a list of all members of this type, see RowEventArgs Members.

System.Object
   System.EventArgs
      Resco.Controls.AdvancedList.RowEventArgs
         Resco.Controls.AdvancedList.CellEventArgs

public class RowEventArgs : EventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

RowEventArgs are arguments for the RowSelect event. The data provided to the handler consist of the DataRow, that was affected by the event, RowIndex of this row and the Offset of the row from the top of the screen.

Requirements

Namespace: Resco.Controls.AdvancedList

Assembly: Resco.AdvancedList.CF3 (in Resco.AdvancedList.CF3.dll)

See Also

RowEventArgs Members | Resco.Controls.AdvancedList Namespace