ValidationErrorService(ListBox) Constructor

Definition

Initializes a new instance of the ValidationErrorService class.

public:
 ValidationErrorService(System::Windows::Controls::ListBox ^ listBox);
public ValidationErrorService (System.Windows.Controls.ListBox listBox);
new Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.ValidationErrorService : System.Windows.Controls.ListBox -> Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls.ValidationErrorService
Public Sub New (listBox As ListBox)

Parameters

listBox
ListBox

Specifies the list box.

Applies to