Table of Contents

Property OpenSharedEditorFunc

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

OpenSharedEditorFunc

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

public virtual Func<string, TextEditor> OpenSharedEditorFunc { get; set; }

Property Value

Func<string, TextEditor>