ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CollaborativeEditingEventArgs

    Show / Hide Table of Contents

    Class CollaborativeEditingEventArgs

    Collaborative editing user action info

    Inheritance
    System.Object
    CollaborativeEditingEventArgs
    Namespace: Syncfusion.EJ2.DocumentEditor
    Assembly: Syncfusion.EJ2.DocumentEditor.dll
    Syntax
    public class CollaborativeEditingEventArgs : Object

    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 Description
    System.String

    Author

    Gets or sets the author of the edit action.

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

    Data

    Gets or sets the modified data in SFDT format.

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

    RoomName

    Gets or sets the collaborative editing room name.

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

    SelectionInfo

    Gets or sets the selection info.

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

    Version

    Gets or sets the collaborative session version.

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