OnClientValidatedFile Property
This event is for the client validatedFile event, when the server ValidatingFile event is fired, the validating event's information will be sent to client side. User can bind this event to show the server side validating messages.
public System.string OnClientValidatedFile {get; set;}
'Declaration
Public Property OnClientValidatedFile As System.String