Nevron.UI.WinForm.Controls Namespace / NMaskedTextBox Class / TypeValidationCompleted Event


TypeValidationCompleted Event
Syntax
'Declaration
 
<SRCategoryAttribute("CatFocus")>
<SRDescriptionAttribute("MaskedTextBoxTypeValidationCompletedDescr")>
Public Event TypeValidationCompleted As System.Windows.Forms.TypeValidationEventHandler
 
'Usage
 
Dim instance As NMaskedTextBox
Dim handler As System.Windows.Forms.TypeValidationEventHandler
 
AddHandler instance.TypeValidationCompleted, handler
Event Data

The event handler receives an argument of type System.Windows.Forms.TypeValidationEventArgs containing data related to this event. The following TypeValidationEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets a value indicating whether the event should be canceled.  
Gets a value indicating whether the formatted input string was successfully converted to the validating type.  
Gets a text message describing the conversion process.  
Gets the object that results from the conversion of the formatted input string.  
Gets the type that the formatted input string is being validated against.  
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