[]
Represents the event data for the SubEditorClosed event for the Spread component, which occurs when the subeditor in a cell has closed.
public class SubEditorClosedEventArgs : EventArgs
Public Class SubEditorClosedEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| SubEditorClosedEventArgs(SpreadView, Control, Control, int, int) | Creates a new object with the SubEditorClosed event arguments. |
| Name | Description |
|---|---|
| Column | Gets the column index of the cell with the editor that raised the event. |
| EditingControl | Gets the parent of the control that raised the event. |
| Row | Gets the row index of the cell with the editor that raised the event. |
| SubEditor | Gets the Control object that raises the event. |
| View | Gets the view that contains the cell with the editor that raised the event. |