[]
Represents the event data for the EditorNotify event for the component, which occurs when the editor notifies the component of one of several changes.
public class EditorNotifyEventArgs : EventArgs
Public Class EditorNotifyEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| EditorNotifyEventArgs(SpreadView, Control, int, int) | Creates a new object with the EditorNotify event arguments. |
| 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. |