Class RowChangedEventArgs
Information passed in events that involves changes to a row.
Inheritance
Object
EventArgs
RowChangedEventArgs
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 RowChangedEventArgs : EventArgs
Constructors
RowChangedEventArgs()
Default constructor
Declaration
public RowChangedEventArgs()
Fields
IsLastInRange
Information passed in events that involves changes to a row.
Declaration
public bool IsLastInRange
Field Value
Type | Description |
---|---|
Boolean |
IsRangeOperation
Information passed in events that involves changes to a row.
Declaration
public bool IsRangeOperation
Field Value
Type | Description |
---|---|
Boolean |
Properties
ChangedRow
The row that has been changed
Declaration
public IRowInfo ChangedRow { get; set; }
Property Value
Type | Description |
---|---|
IRowInfo |