ValidationErrorService(ListBox) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.