Arguments for the event fired to validate the input.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public class ValidateInputEventArgs : EventArgs
Visual Basic
Public Class ValidateInputEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    C1.WPF..::..ValidateInputEventArgs

See Also