menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CollaborativeEditingEventArgs - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CollaborativeEditingEventArgs

    Collaborative editing user action info

    Inheritance
    System.Object
    CollaborativeEditingEventArgs
    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.EJ2.DocumentEditor
    Assembly: Syncfusion.EJ2.DocumentEditor.dll
    Syntax
    public class CollaborativeEditingEventArgs

    Constructors

    CollaborativeEditingEventArgs()

    Declaration
    public CollaborativeEditingEventArgs()

    Properties

    Action

    Gets or sets the current action in collaborative session.

    Declaration
    public string Action { get; set; }
    Property Value
    Type
    System.String

    Author

    Gets or sets the author of the edit action.

    Declaration
    public string Author { get; set; }
    Property Value
    Type
    System.String

    Data

    Gets or sets the modified data in SFDT format.

    Declaration
    public string Data { get; set; }
    Property Value
    Type
    System.String

    RoomName

    Gets or sets the collaborative editing room name.

    Declaration
    public string RoomName { get; set; }
    Property Value
    Type
    System.String

    SelectionInfo

    Gets or sets the selection info.

    Declaration
    public LockSelectionInfo SelectionInfo { get; set; }
    Property Value
    Type
    LockSelectionInfo

    Version

    Gets or sets the collaborative session version.

    Declaration
    public int Version { get; set; }
    Property Value
    Type
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved