DocumentSelectorFileUploading(Action<FileManagerFileUploadEventArgs>)
|
Fires before a file is uploaded to the Document Selector and allows you to cancel the action.
|
DocumentSelectorFolderCreating(Action<FileManagerFolderCreateEventArgs>)
|
Fires on the server side before a folder is created within the FileManager (a document selector) embedded into built-in file dialogs, and allows you to cancel the action.
|
DocumentSelectorItemDeleting(Action<FileManagerItemDeleteEventArgs>)
|
Enables you to perform server-side processing of file/folder deletion operations initiated within the Spreadsheet’s built-in Document Selector.
|
DocumentSelectorItemMoving(Action<FileManagerItemMoveEventArgs>)
|
Enables you to perform server-side processing of file/folder move operations initiated within the Spreadsheet’s built-in Document Selector.
|
DocumentSelectorItemRenaming(Action<FileManagerItemRenameEventArgs>)
|
Enables you to perform server-side processing of file/folder rename operations initiated within the Spreadsheet’s built-in Document Selector.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
Saving(Action<DocumentSavingEventArgs>)
|
Fires before a file is saved to the server and allows you to cancel the action.
|
SettingsDialogs(Action<SpreadsheetDialogSettings>)
|
Enables you to customize the built-in dialog settings.
|
ToString()
|
Returns a string that represents the current object.
|