Table of Contents

Constructor ActivateEventArgs

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

ActivateEventArgs(string, ITextSource)

Initializes a new instance of the ActivateEventArgs class with specified parameters.

public ActivateEventArgs(string fileName, ITextSource source)

Parameters

fileName string

Name of the file being edited by the text editor.

source ITextSource

ITextSource that contains text document.