Search Results for

    Show / Hide Table of Contents

    Interface IInsertNodeOperation

    Represents an edit operation that inserted a node.

    Inherited Members
    IAbstractEditOperation.AcceptVisitor(IEditOperationVisitor)
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public interface IInsertNodeOperation : IAbstractEditOperation

    Properties

    Node

    The node that was inserted.

    Declaration
    INode Node { get; set; }
    Property Value
    Type Description
    INode

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Properties
      • Node
    • Extension Methods
    Back to top Generated by DocFX