DataGridViewDataUpdatedEventArgs
Wisej.Web.DataGridViewDataUpdatedEventArgs
Last updated
Was this helpful?
Wisej.Web.DataGridViewDataUpdatedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.1.0.0)
Provides data for the DataUpdated event.
public class DataGridViewDataUpdatedEventArgs : EventArgsPublic Class DataGridViewDataUpdatedEventArgs
Inherits EventArgsInitializes a new instance of the DataGridViewDataUpdatedEventArgs class.
Int32: The index of the first DataGridViewRow that has been loaded on the client.
Int32: The index of the last DataGridViewRow that has been loaded on the client.
Represents the method that will handle the DataUpdated event of a DataGridView.
Last updated
Was this helpful?
Was this helpful?

