C# Class WindowsFormsSample.Form1

Inheritance: Form
Afficher le fichier Open project: DevExpress-Examples-detail-how-to-load-detail-view-data-asynchronously-e2745

Méthodes publiques

Méthode Description
Form1 ( ) : System
worker_DoWork ( object sender, DoWorkEventArgs e ) : void

Private Methods

Méthode Description
Form1_Load ( object sender, EventArgs e ) : void
gridView1_MasterRowEmpty ( object sender, MasterRowEmptyEventArgs e ) : void
gridView1_MasterRowGetChildList ( object sender, MasterRowGetChildListEventArgs e ) : void
gridView1_MasterRowGetRelationCount ( object sender, MasterRowGetRelationCountEventArgs e ) : void
gridView1_MasterRowGetRelationName ( object sender, MasterRowGetRelationNameEventArgs e ) : void

Method Details

Form1() public méthode

public Form1 ( ) : System
Résultat System

worker_DoWork() public méthode

public worker_DoWork ( object sender, DoWorkEventArgs e ) : void
sender object
e DoWorkEventArgs
Résultat void