Search Results for

    Show / Hide Table of Contents

    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

    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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • RowChangedEventArgs()
    • Fields
      • IsLastInRange
      • IsRangeOperation
    • Properties
      • ChangedRow
    • Extension Methods
    Back to top Generated by DocFX