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