Search Results for

    Show / Hide Table of Contents

    Class SourceEditingModeStartedEventArgs

    Event arguments used when a source editing operation is ened.

    Inheritance
    System.Object
    System.EventArgs
    EditControlEventArgs
    SourceEditingModeStartedEventArgs
    Inherited Members
    EditControlEventArgs.EditControl
    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 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>)

    On this page

    • Constructors
      • SourceEditingModeStartedEventArgs()
    • Properties
      • EditedRow
    • Extension Methods
    Back to top Generated by DocFX