CSLA.NET 6.0.0
CSLA .NET is a software development framework that helps you build a reusable, maintainable object-oriented business layer for your app.
DataBindingApp.Form2 Class Reference
Inheritance diagram for DataBindingApp.Form2:

Classes

class  MyObject
 

Public Member Functions

 Form2 ()
 
void dataSource_AddingNew (object sender, AddingNewEventArgs e)
 
void RunFormWithRegularListObj ()
 

Static Public Member Functions

static void RunForm2 ()
 

Detailed Description

Definition at line 19 of file Form2.cs.

Constructor & Destructor Documentation

◆ Form2()

DataBindingApp.Form2.Form2 ( )

Definition at line 25 of file Form2.cs.

Member Function Documentation

◆ dataSource_AddingNew()

void DataBindingApp.Form2.dataSource_AddingNew ( object  sender,
AddingNewEventArgs  e 
)

Definition at line 97 of file Form2.cs.

◆ RunForm2()

static void DataBindingApp.Form2.RunForm2 ( )
static

Definition at line 147 of file Form2.cs.

◆ RunFormWithRegularListObj()

void DataBindingApp.Form2.RunFormWithRegularListObj ( )

Definition at line 141 of file Form2.cs.