Class PersistedFileEventArgs
Legacy event arguments for controls that expose a single persisted file.
Inherited Members
Namespace: CuteWebUI
Assembly: AjaxUploader.dll
Syntax
public class PersistedFileEventArgs : UploaderEventArgs
Properties
File
Gets the persisted file exposed by the event.
Declaration
public PersistedFile File { get; }
Property Value
| Type | Description |
|---|---|
| PersistedFile |