[]
        
(Showing Draft Content)

C1.Win.C1Input.FormatEventArgs

FormatEventArgs Class

Provides data for Formatting or Formatted events.

Inheritance
FormatEventArgs
Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
public class FormatEventArgs : EventArgs

Properties

Name Description
ErrorMessage

The out parameter for specifying error description if Succeeded is set to False.

FormatInfo

FormatInfo object that fired the event.

Succeeded

Formatting result (assigned in the event code in Formatting). Default: True

Target

Formatting target (ForEdit or ForDisplay).

Text

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

Value

Source value for formatting.