Search Results for

    Show / Hide Table of Contents

    Class CustomColumnContentChangedEventArgs

    Information communicated from a custom column implementation when one or more of its cells have changed.

    Inheritance
    System.Object
    System.EventArgs
    CustomColumnContentChangedEventArgs
    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 CustomColumnContentChangedEventArgs : EventArgs

    Constructors

    CustomColumnContentChangedEventArgs()

    Default contructor, does nothing.

    Declaration
    public CustomColumnContentChangedEventArgs()

    Properties

    AffectedRows

    The rows in the custom column that were affected by the change.

    Declaration
    public List<IRowInfo> AffectedRows { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<IRowInfo>

    AllRowsAffected

    Flag indicating that all rows in the entire column is affected by the change.

    Declaration
    public bool AllRowsAffected { get; set; }
    Property Value
    Type Description
    System.Boolean
    Remarks

    Use this rather than adding all rows to the AffectedRows collection, that will improve performance for large documents.

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • CustomColumnContentChangedEventArgs()
    • Properties
      • AffectedRows
      • AllRowsAffected
    • Extension Methods
    Back to top Generated by DocFX