DataGridViewRowsAddedEventArgs
Wisej.Web.DataGridViewRowsAddedEventArgs
Last updated
Was this helpful?
Wisej.Web.DataGridViewRowsAddedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Provides data for the RowsAdded event.
public class DataGridViewRowsAddedEventArgs : EventArgsPublic Class DataGridViewRowsAddedEventArgs
Inherits EventArgsInitializes a new instance of the DataGridViewRowsAddedEventArgs class.
Int32: Returns the number of rows that have been added.
Int32: Returns the index of the first added row.
Represents the method that will handle the RowsAdded event of a DataGridView.
Last updated
Was this helpful?
Was this helpful?

