ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / FormatEventArgs Class / Succeeded Property

In This Topic
    Succeeded Property (FormatEventArgs)
    In This Topic
    Formatting result (assigned in the event code in Formatting). Default: True
    Syntax
    'Declaration
     
    Public Property Succeeded As Boolean
    public bool Succeeded {get; set;}
    See Also