public constructor RowEventArgs.RowEventArgs

Brief

Constructor.

Declaration
C#
  RowEventArgs (string rowID, O2GRow rowData)

Parameters
rowID

The row ID.

rowData

The row data.

Declared in RowEventArgs

back