Stores the error code and the error message event generated by the ViewControl when an error happens

Namespace: Ico.WPF.Specialized
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class ViewControlErrorEventArgs : EventArgs
Visual Basic
Public Class ViewControlErrorEventArgs _
	Inherits EventArgs
JScript
public class ViewControlErrorEventArgs extends EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Ico.WPF.Specialized..::..ViewControlErrorEventArgs

See Also