OutliningEnabledEventArgs(Boolean) Constructor

Definition

Initializes a new instance of OutliningEnabledEventArgs for the specified change.

public:
 OutliningEnabledEventArgs(bool enabled);
public:
 OutliningEnabledEventArgs(bool enabled);
 OutliningEnabledEventArgs(bool enabled);
public OutliningEnabledEventArgs (bool enabled);
new Microsoft.VisualStudio.Text.Outlining.OutliningEnabledEventArgs : bool -> Microsoft.VisualStudio.Text.Outlining.OutliningEnabledEventArgs
Public Sub New (enabled As Boolean)

Parameters

enabled
Boolean

true if outlining has been enabled, false if it has been disabled.

Applies to