Share via


OutliningEnabledEventArgs Constructor

Initializes a new instance of OutliningEnabledEventArgs for the specified change.

Namespace:  Microsoft.VisualStudio.Text.Outlining
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Public Sub New ( _
    enabled As Boolean _
)
public OutliningEnabledEventArgs(
    bool enabled
)
public:
OutliningEnabledEventArgs(
    bool enabled
)
new : 
        enabled:bool -> OutliningEnabledEventArgs
public function OutliningEnabledEventArgs(
    enabled : boolean
)

Parameters

  • enabled
    Type: System.Boolean

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

.NET Framework Security

See Also

Reference

OutliningEnabledEventArgs Class

Microsoft.VisualStudio.Text.Outlining Namespace