constructor(oldViewMode) Constructor
Initializes a new instance of the ASPxClientSpreadsheetViewModeChangedEventArgs class.
Declaration
constructor(
oldViewMode: any
)
Parameters
Name | Type | Description |
---|---|---|
oldViewMode | any | Specifies the control’s current view mode. |
See Also