Search Results for

    Show / Hide Table of Contents

    Class RowsChangedEventArgs

    Information passed in events that involve changes to collections of rows in the edit control, e.g. HighlightedRowsChanged.

    Inheritance
    object
    EventArgs
    RowsChangedEventArgs
    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 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
    IList<IRowInfo>

    RowsBefore

    The rows before the change happened.

    Declaration
    public IList<IRowInfo> RowsBefore { get; set; }
    Property Value
    Type Description
    IList<IRowInfo>

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • RowsChangedEventArgs()
    • Properties
      • RowsAfter
      • RowsBefore
    • Extension Methods
    Back to top Generated by DocFX