OutliningEnabledEventArgs Constructor (Boolean)

 

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)

public:
OutliningEnabledEventArgs(
	bool enabled
)

Parameters

enabled
Type: System::Boolean

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

Return to top
Show: