Class RowChangedEventArgs
Information passed in events that involves changes to a row.
Inherited Members
Namespace: SdlSdl.DesktopEditorEditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public class RowChangedEventArgs : EventArgs
Constructors
RowChangedEventArgs()
Default constructor
Declaration
public RowChangedEventArgs()
Fields
IsLastInRange
Declaration
public bool IsLastInRange
Field Value
Type | Description |
---|---|
bool |
IsRangeOperation
Declaration
public bool IsRangeOperation
Field Value
Type | Description |
---|---|
bool |
Properties
ChangedRow
The row that has been changed
Declaration
public IRowInfo ChangedRow { get; set; }
Property Value
Type | Description |
---|---|
IRowInfo |