Class DataRowEventArgs
Event data which contains a DataRow object.
Inheritance
System.Object
System.EventArgs
DataRowEventArgs
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 DataRowEventArgs : EventArgs
Constructors
Name | Description |
---|---|
DataRowEventArgs(DataRow) | Initializes a new instance of DataRowEventArgs. |
Properties
Name | Description |
---|---|
DataRow | Gets the DataRow object. |