ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Upload Namespace / C1Upload Class / ValidatingFile Event

In This Topic
    ValidatingFile Event
    In This Topic
    Occurs when validating the uploaded file.
    Syntax
    'Declaration
     
    Public Event ValidatingFile As ValidateFileEventHandler
    public event ValidateFileEventHandler ValidatingFile
    Event Data

    The event handler receives an argument of type ValidateFileEventArgs containing data related to this event. The following ValidateFileEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets whether the specified C1FileInfo passed validation.  
    Gets or sets the message if C1FileInfo failed validation.  
    The C1FileInfo that contains data about the uploaded file. (Inherited from C1.Web.Wijmo.Controls.C1Upload.UploadedFileEventArgs)
    See Also