![]() |
CSLA .NET 10.0.0
A home for your business logic
|
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. | |
Interface defining the interaction between a CslaDataSource and an error dialog control.
| 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. |
| ArgumentNullException | source is null. |