CSLA .NET 10.0.0
A home for your business logic
Loading...
Searching...
No Matches
Csla.Xaml.IErrorDialog Interface Reference

Interface defining the interaction between a CslaDataSource and an error dialog control. More...

Inheritance diagram for Csla.Xaml.IErrorDialog:
Csla.Xaml.ErrorDialog

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.

Detailed Description

Interface defining the interaction between a CslaDataSource and an error dialog control.

Member Function Documentation

◆ Register()

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.

Parameters
sourceData provider control.
Exceptions
ArgumentNullExceptionsource is null.

The documentation for this interface was generated from the following file: