ASP.NET Core - EJ2

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

    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

    Specifies current action in collaborative session.

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

    Author

    Specifies author of the edit action.

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

    Data

    Specifies modified data in SFDT format.

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

    RoomName

    Specifies collaborative editing room name.

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

    SelectionInfo

    Specifies selection info.

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

    Version

    Collaborative session version.

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