TextDataModelContentTypeChangedEventArgs Constructor (IContentType^, IContentType^)

 

Initializes a new instance of TextDataModelContentTypeChangedEventArgs.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public:
TextDataModelContentTypeChangedEventArgs(
	IContentType^ beforeContentType,
	IContentType^ afterContentType
)

Parameters

beforeContentType
Type: Microsoft.VisualStudio.Utilities::IContentType^

The IContentType of the ITextDataModel before the change.

afterContentType
Type: Microsoft.VisualStudio.Utilities::IContentType^

The IContentType of the ITextDataModel after the change.

Return to top
Show: