ValidateFileEventArgs Class |
Namespace: Kettic.AspNet.Controls.Upload
The ValidateFileEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | IsValid |
Gets or sets whether the value specified by
UploadedFile property passed
validation.
|
![]() ![]() | SkipInternalValidation |
Gets or sets whether the internal validation should continue validating the file
specified by the UploadedFile property.
|
A ValidatingFileEventArgs is passed to the ValidatingFile event handler to provide event data to the handler. The ValidatingFile event event is raised when validation is performed on the server. This allows you to perform a custom server-side validation routine on a file of a KaxUpload control.