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