DataTableNewRowEventArgs (System.Data.DataTableNewRowEventArgs)

Inherits: System.EventArgs

Interfaces:

Derived Types: 0

Assembly: System.Data.dll

Provides data for the NewRow method.

VB.NET C#

C#

public sealed class DataTableNewRowEventArgs : System.EventArgs
{
}

Articles

Beth Massi - Sharing the goodness that is VB : Using Data Across ...

... CategoriesDataTable_TableNewRow( ByVal sender As Object , _ ByVal e As System.Data.DataTableNewRowEventArgs) _ Handles Me .TableNewRow 'Set defaults for non-nullable fields

.NET Framework Class Browser

Class System.Data.DataTableNewRowEventArgs

PaulStovell.NET » Binding Patterns 0×0001 - Working with DataSets

protected override void OnTableNewRow(System.Data.DataTableNewRowEventArgs e) { base.OnTableNewRow(e); e.Row.HippopotamusID = Guid.NewGuid(); } Now, there’s one caveat with this ...

EventArgs Class (System)

... System.Data . . :: . DataColumnChangeEventArgs      System.Data . . :: . DataRowChangeEventArgs      System.Data . . :: . DataTableClearEventArgs      System.Data . . :: . ...

DataTableNewRowEventArgs Properties (System.Data)

system data datatablenewroweventargs_properties system.data

www.sqlmag.com

ByVal e As System.Data.DataTableNewRowEventArgs) _ Handles Me.TableNewRow Dim dr As GetCustomersByStateRow = e.Row

Mono Documentation

... for this section has not yet been entered. See Also: DataTableNewRowEventArgs Members. System.Object System.EventArgs System.Data.DataTableNewRowEventArgs

Mono Documentation

The members of System.Data.DataTableNewRowEventArgs are listed below. See Also: Inherited members from System.EventArgs [ ...

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support