[]
        
(Showing Draft Content)

FarPoint.Win.Spread.EditorNotifyEventArgs

EditorNotifyEventArgs Class

Represents the event data for the EditorNotify event for the component, which occurs when the editor notifies the component of one of several changes.

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

Constructors

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

Creates a new object with the EditorNotify event arguments.

Properties

Name Description
Column

Gets the column index of the cell with the editor that raised the event.

EditingControl

Gets the Control object that raises the event.

Row

Gets the row index of the cell with the editor that raised the event.

View

Gets the view that contains the cell with the editor that raised the event.