DataTableNewRowEventArgs Class

Definition

Provides data for the NewRow() method.

public ref class DataTableNewRowEventArgs sealed : EventArgs
public sealed class DataTableNewRowEventArgs : EventArgs
type DataTableNewRowEventArgs = class
    inherit EventArgs
Public NotInheritable Class DataTableNewRowEventArgs
Inherits EventArgs
Inheritance
DataTableNewRowEventArgs

Constructors

DataTableNewRowEventArgs(DataRow)

Initializes a new instance of DataTableNewRowEventArgs.

Properties

Row

Gets the row that is being added.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to