Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / FormatEventArgs Class
Properties


In This Topic
    FormatEventArgs Class Members
    In This Topic

    The following tables list the members exposed by FormatEventArgs.

    Public Properties
     NameDescription
    Public PropertyThe out parameter for specifying error description if Succeeded is set to False.  
    Public PropertyFormatInfo object that fired the event.  
    Public PropertyFormatting result (assigned in the event code in Formatting). Default: True  
    Public PropertyFormatting target (ForEdit or ForDisplay).  
    Public PropertyThe out parameter for the resulting string (in Formatting), or the in parameter for the formatted string (in Formatted).  
    Public PropertySource value for formatting.  
    Top
    See Also