Class OutlineEventArgs
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.