Aurigma Image Uploader 6.5 Dual
ImageUploader..::.OnClientUploadFileCountChange Property
Specifies a list of listeners of the UploadFileCountChange client-side event.
Namespace:
Aurigma.ImageUploader
Assembly:
Aurigma.ImageUploader (in Aurigma.ImageUploader.dll)
Syntax
Visual Basic
Public Property OnClientUploadFileCountChange As ClientEventList
C#
public ClientEventList OnClientUploadFileCountChange { get; set; }
Property Value
A ClientEventList value that specifies a list of UploadFileCountChange event listeners.Remarks
This event fires when the user adds/removes any files to/from the upload list (or checks/unchecks them).