Interface defining the interaction between a CslaDataSource and an error dialog control. More...
Public Member Functions | |
void | Register (object source) |
Method called by the CslaDataProvider when the error dialog should register any events it wishes to handle from the CslaDataProvider. More... | |
Interface defining the interaction between a CslaDataSource and an error dialog control.
Definition at line 20 of file IErrorDialog.cs.
void Csla.Xaml.IErrorDialog.Register | ( | object | source | ) |
Method called by the CslaDataProvider when the error dialog should register any events it wishes to handle from the CslaDataProvider.
source | Data provider control. |