menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PasteCommandInfo - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PasteCommandInfo

    Specifies to show the status of itemadded operation

    Inheritance
    System.Object
    CommandInfo
    PasteCommandInfo
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class PasteCommandInfo : CommandInfo

    Constructors

    PasteCommandInfo()

    Initializes a new instance of the PasteCommandInfo class.

    Declaration
    public PasteCommandInfo()

    Properties

    InteractionState

    Gets the InteractionState of the object.

    Declaration
    public InteractionState InteractionState { get; }
    Property Value
    Type
    InteractionState

    PastedCount

    Gets the count of the pasted object.

    Declaration
    public int PastedCount { get; }
    Property Value
    Type
    System.Int32

    SourceCollection

    Gets the sourcecollection of the object.

    Declaration
    public object SourceCollection { get; }
    Property Value
    Type
    System.Object

    SourceId

    Gets the sourceid of the object to be pasted.

    Declaration
    public object SourceId { get; }
    Property Value
    Type
    System.Object
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved