[]
        
(Showing Draft Content)

FarPoint.Win.Spread.SubEditorClosedEventArgs

SubEditorClosedEventArgs Class

Represents the event data for the SubEditorClosed event for the Spread component, which occurs when the subeditor in a cell has closed.

Inheritance
SubEditorClosedEventArgs
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
public class SubEditorClosedEventArgs : EventArgs
Public Class SubEditorClosedEventArgs
    Inherits EventArgs

Constructors

Name Description
SubEditorClosedEventArgs(SpreadView, Control, Control, int, int)

Creates a new object with the SubEditorClosed event arguments.

Properties

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.