Table of Contents

Property OpenSharedEditorFunc

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

OpenSharedEditorFunc

When implemented by a class, gets or sets a function that open ISyntaxEdit instance in multi-document environment.

Func<string, ISyntaxEdit> OpenSharedEditorFunc { get; set; }

Property Value

Func<string, ISyntaxEdit>