New to Telerik UI for ASP.NET AJAX? Start a free 30-day trial
OnClientFileUploadRemoved
The OnClientFileUploadRemoved occurs after the selected file has been removed from the uploaded files collection.
The event handler receives two parameters:
-
The instance of the RadAsyncUpload control firing the event.
-
An eventArgs parameter containing the following methods:
- get_fileName The name of the file that has been removed from the uploaded files collection.