Skip to main content

GridViewCustomBindingGetDataArgs Constructors

Provides arguments to implement a method delegate of the GridViewCustomBindingGetDataHandler type.
Name Parameters Description
GridViewCustomBindingGetDataArgs(GridViewModel, IList<GridViewGroupInfo>, Int32, Int32) state, groupInfoList, startDataRowIndex, count Initializes a new instance of the GridViewCustomBindingGetDataArgs class with the specified settings.
See Also