Occurs when a file is uploaded and the .File property is changed
[Visual Basic]
Public Event FileChanged As PersistedFileEventHandler
Event Data
The event handler receives an argument of type PersistedFileEventArgs containing data related to this event. The following PersistedFileEventArgs properties provide information specific to this event.
Property | Description |
---|---|
File | Gets the file. |
FileGuid | Gets the GUID of the file. |
FileName | Gets the name of the file. |
FileSize | Gets the size of the file. |
UploadPersistedFile Class | CuteWebUI Namespace