Show / Hide Table of Contents

Class ValueChangedEventArgs

Event data for ValueChanged event.

Inheritance
System.Object
System.EventArgs
DataRowEventArgs
ValueChangedEventArgs
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 ValueChangedEventArgs : DataRowEventArgs

Constructors

Name Description
ValueChangedEventArgs(DataRow, IColumns)

Initializes a new instance of ValueChangedEventArgs.

Properties

Name Description
Columns

Gets the columns.

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