Table of Contents

Class OutlineEventArgs

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

Provides data for the OutlineEvent handler.

public class OutlineEventArgs : EventArgs
Inheritance
OutlineEventArgs

Constructors

OutlineEventArgs(int)

Initialized OutlineEventArgs class with specified line index.

Properties

CanCollapse

Indicates that outline section at given line can be collapsed.

CanExpand

Indicates that outline section at given line can be expanded.

Line

Represents line to be collapsed or expanded.