Search Results for

    Show / Hide Table of Contents

    Class SourceEditingModeEndedEventArgs

    Event arguments used when a source editing operation is ened.

    Inheritance
    Object
    EventArgs
    EditControlEventArgs
    SourceEditingModeEndedEventArgs
    Inherited Members
    EditControlEventArgs.EditControl
    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 SourceEditingModeEndedEventArgs : EditControlEventArgs

    Constructors

    SourceEditingModeEndedEventArgs()

    Declaration
    public SourceEditingModeEndedEventArgs()

    Properties

    EditedRow

    The edited row. Hooray, what a useful enforced comment.

    Declaration
    public IRowInfo EditedRow { get; set; }
    Property Value
    Type Description
    IRowInfo

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)
    In this article
    Back to top Generated by DocFX