Show / Hide Table of Contents

Class DataRowRemovedEventArgs

Event data for DataRowRemoved event.

Inheritance
System.Object
System.EventArgs
DataRowEventArgs
DataRowRemovedEventArgs
Inherited Members
DataRowEventArgs.DataRow
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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest