DataGridViewDataReadEventArgs
Wisej.Web.DataGridViewDataReadEventArgs
Last updated
Was this helpful?
Wisej.Web.DataGridViewDataReadEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Provides data for the DataRead event.
public class DataGridViewDataReadEventArgs : EventArgsPublic Class DataGridViewDataReadEventArgs
Inherits EventArgsInitializes a new instance of the DataGridViewDataReadEventArgs class.
Int32: Returns the index of the first row requested by the grid.
Int32: Returns the index of the last row requested by the grid.
Represents the method that will handle the DataRead event.
Last updated
Was this helpful?
Was this helpful?

