Edit

Share via


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

Name Description
DataTableNewRowEventArgs(DataRow)

Initializes a new instance of DataTableNewRowEventArgs.

Properties

Name Description
Row

Gets the row that is being added.

Methods

Name Description
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