RecreateContentEventArgs Constructor (Boolean)

Visual Studio 2015
 

Creates s new instance of RecreateContentEventArgs.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
RecreateContentEventArgs(
	bool isResultContentDeleted = false
)

Parameters

isResultContentDeleted
Type: System::Boolean

True if the content was deleted.

Return to top
Show: