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.
Property | Description |
---|---|
IsValid | Gets or sets whether the specified C1FileInfo passed validation. |
Message | Gets or sets the message if C1FileInfo failed validation. |
UploadedFile | The C1FileInfo that contains data about the uploaded file. (Inherited from C1.Web.Wijmo.Controls.C1Upload.UploadedFileEventArgs) |