Search Results for

    Show / Hide Table of Contents

    Class SourceEditingModeStartedEventArgs

    Event arguments used when a source editing operation is ened.

    Inheritance
    object
    EventArgs
    EditControlEventArgs
    SourceEditingModeStartedEventArgs
    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 SourceEditingModeStartedEventArgs : EditControlEventArgs

    Constructors

    SourceEditingModeStartedEventArgs()

    Declaration
    public SourceEditingModeStartedEventArgs()

    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
    • Constructors
      • SourceEditingModeStartedEventArgs()
    • Properties
      • EditedRow
    • Extension Methods
    Back to top Generated by DocFX