MobileForms Toolkit Documentation

TypeValidationEventArgs Class

Provides data for the TypeValidationCompleted event.

For a list of all members of this type, see TypeValidationEventArgs Members.

System.Object
   System.EventArgs
      System.ComponentModel.CancelEventArgs
         Resco.Controls.MaskedTextBox.TypeValidationEventArgs

public class TypeValidationEventArgs : CancelEventArgs

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

If an event handler is implemented for TypeValidationCompleted, the handler receives a parameter of type TypeValidationEventArgs. This parameter contains information about the event, such as whether the type conversion process succeeded, the validating type, and so on.

Requirements

Namespace: Resco.Controls.MaskedTextBox

Assembly: Resco.DetailView.CF3 (in Resco.DetailView.CF3.dll)

See Also

TypeValidationEventArgs Members | Resco.Controls.MaskedTextBox Namespace