Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / ValidatingTextEventArgs Class
Members


In This Topic
    ValidatingTextEventArgs Class
    In This Topic
    Provides information on the text being validated.
    Syntax
    'Declaration
     
    Public Class ValidatingTextEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As ValidatingTextEventArgs
    public class ValidatingTextEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          Xceed.Editors.ValidatingTextEventArgs

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ValidatingTextEventArgs specifying the text to validated, if it should be fully or partially validated, and if it is valid.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the text to validate.  
    Public PropertyGets a boolean value indicating if the EditText should be fully or partially validated.  
    Public PropertyGets or sets a boolean value indicating if the EditText is valid.  
    Top
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also