ComponentOne ASP.NET MVC Controls
RemoteSavedEventArgs Class
File
c1.mvc.grid.sheet.js
Module
c1.mvc.grid.sheet
Base Class
EventArgs

Provides arguments for the FlexSheet remoteSaved event.

Properties

Methods

Events

Properties

error

Gets the error message.

Type
string

success

Gets the value specify whether the save operation is success.

Type
boolean

Methods

 

Static cast
cast(obj: any): RemoteSavedEventArgs

Casts the specified object to RemoteSavedEventArgs type.

Parameters
Returns
RemoteSavedEventArgs

Events

 

Static empty

Provides a value to use with events that do not have event data.

Inherited From
EventArgs
Arguments
EventArgs