Class EditorUpload.CustomEventArgs
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class EditorUpload.CustomEventArgs : EventArgs
- Inheritance
-
EditorUpload.CustomEventArgs
- Inherited Members
Constructors
CustomEventArgs(HttpPostedFile)
public CustomEventArgs(HttpPostedFile file)
Parameters
fileHttpPostedFile
Properties
Callback
public EditorUpload.CallbackData Callback { get; }
Property Value
File
public HttpPostedFile File { get; }