'Declaration Public Class ValidatingTextEventArgs Inherits System.EventArgs
'Usage Dim instance As ValidatingTextEventArgs
public class ValidatingTextEventArgs : System.EventArgs
'Declaration Public Class ValidatingTextEventArgs Inherits System.EventArgs
'Usage Dim instance As ValidatingTextEventArgs
public class ValidatingTextEventArgs : System.EventArgs
System.Object
System.EventArgs
Xceed.Editors.ValidatingTextEventArgs
Name | Description | |
---|---|---|
![]() | ValidatingTextEventArgs Constructor | Initializes a new instance of the ValidatingTextEventArgs specifying the text to validated, if it should be fully or partially validated, and if it is valid. |
Name | Description | |
---|---|---|
![]() | EditText | Gets the text to validate. |
![]() | FullValidation | Gets a boolean value indicating if the EditText should be fully or partially validated. |
![]() | Valid | Gets or sets a boolean value indicating if the EditText is valid. |
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