Class RowsChangedEventArgs
Information passed in events that involve changes to collections of rows in the edit control, e.g. HighlightedRowsChanged.
Inheritance
Object
EventArgs
RowsChangedEventArgs
Inherited Members
EventArgs.Empty
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.DesktopEditor.EditorApi
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 |
---|---|
IList<IRowInfo> |
RowsBefore
The rows before the change happened.
Declaration
public IList<IRowInfo> RowsBefore { get; set; }
Property Value
Type | Description |
---|---|
IList<IRowInfo> |