Search Results for

    Show / Hide Table of Contents

    Interface IRowEventSource

    Interface defining the methods implemented by the edit control to fire events related to row changes.

    Namespace: Sdl.DesktopEditor.EditorApi.Implementation
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public interface IRowEventSource

    Methods

    OnHighlightChanged(RowChangedEventArgs)

    Called by the row info implementation when the Highlighted property for a row changes.

    Declaration
    void OnHighlightChanged(RowChangedEventArgs args)
    Parameters
    Type Name Description
    RowChangedEventArgs args

    OnRowBackColorChanged(RowChangedEventArgs)

    Called by the row info implementation when the FundamentalBackColor or HighlightBackColor properties change for a row.

    Declaration
    void OnRowBackColorChanged(RowChangedEventArgs args)
    Parameters
    Type Name Description
    RowChangedEventArgs args

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Methods
      • OnHighlightChanged(RowChangedEventArgs)
      • OnRowBackColorChanged(RowChangedEventArgs)
    • Extension Methods
    Back to top Generated by DocFX