ContainerSelectionChangeEventArgs

12 Sep 20251 minute to read

This event arguments provides the necessary information about DocumentEditorContainer’s selectionChange event.

Properties

isCompleted boolean

Indicates whether the selection has been completed or not.

source DocumentEditorContainer

Specifies the source DocumentEditorContainer instance which triggers this selectionChange event.