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 |
---|
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 |