Class DataRowRemovedEventArgs
Event data for DataRowRemoved event.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data
Assembly: DevZest.Data.dll
Syntax
public class DataRowRemovedEventArgs : DataRowEventArgs
Constructors
Name | Description |
---|---|
DataRowRemovedEventArgs(DataRow, DataSet, Int32, DataSet, Int32) | Initializes a new instance of DataRowRemovedEventArgs. |
Properties
Name | Description |
---|---|
BaseDataSet | Gets the base DataSet which the DataRow is removed from. |
DataSet | Gets the DataSet which the DataRow is removed from. |
Index | Gets the index of the removed DataRow in DataSet. |
Ordinal | Gets the ordinal of the removed DataRow in base DataSet. |