[]
        
(Showing Draft Content)

C1.Win.Input.Base.C1TextBoxBase.FormatError

FormatError Event

Occurs when the control receives data that cannot be formatted according to the current format and edit mask settings.

Namespace: C1.Win.Input.Base
Assembly: C1.Win.Input.4.8.dll
Syntax
public event EventHandler<FormatErrorEventArgs> FormatError
Public Event FormatError As EventHandler(Of FormatErrorEventArgs)
Returns
Type Description
EventHandler<FormatErrorEventArgs> Occurs when the control receives data that cannot be formatted according to the current format and edit mask settings.