OutliningEnabledEventArgs(Boolean) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.