TextDataModelContentTypeChangedEventArgs Constructor (IContentType^, IContentType^)
Visual Studio 2015
Initializes a new instance of TextDataModelContentTypeChangedEventArgs.
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.
Show: