C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Upload Namespace / C1Upload Class / ValidatingFile Event

ValidatingFile Event
Occurs when validating the uploaded file.
Syntax
'Declaration
 
Public Event ValidatingFile As ValidateFileEventHandler
 
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