[]
        
(Showing Draft Content)

C1.Win.Input.Formating.FormatEventArgs

FormatEventArgs Class

Provides data for Formatting or Formatted events.

Inheritance
FormatEventArgs
Namespace: C1.Win.Input.Formating
Assembly: C1.Win.Input.8.dll
Syntax
public class FormatEventArgs : FormatErrorEventArgs

Properties

Name Description
ErrorMessage

Gets or sets the string value. The out parameter for specifying error description if Succeeded is set to False.

Succeeded

Gets or sets the formatting result (assigned in the event code in Formatting). Default: True

Text

Gets or sets the string value. The out parameter for the resulting string (in Formatting), or the in parameter for the formatted string (in Formatted).