Class RowsChangedEventArgs
Information passed in events that involve changes to collections of rows in the edit control, e.g. HighlightedRowsChanged.
Inherited Members
Namespace: SdlSdl.DesktopEditorEditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public class RowsChangedEventArgs : EventArgs
Constructors
RowsChangedEventArgs()
default constructor
Declaration
public RowsChangedEventArgs()
Properties
RowsAfter
The rows after the change happened.
Declaration
public IList<IRowInfo> RowsAfter { get; set; }
Property Value
Type | Description |
---|---|
IListIRowInfo |
RowsBefore
The rows before the change happened.
Declaration
public IList<IRowInfo> RowsBefore { get; set; }
Property Value
Type | Description |
---|---|
IListIRowInfo |