ASP Uploader Class Reference

UploadPersistedFile.OnFileChanged?Method?

Raises the FileChanged event.

[Visual?Basic]
Overridable?Protected?Sub?OnFileChanged( _
???ByVal args?As?PersistedFileEventArgs?_
)
[C#]
protected?virtual?void?OnFileChanged(
???PersistedFileEventArgs?args
);
Parameters
args
The PersistedFileEventArgs instance containing the event data.
See Also

UploadPersistedFile Class | CuteWebUI Namespace