TextDataModelContentTypeChangedEventArgs(IContentType, IContentType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constructs a TextDataModelContentTypeChangedEventArgs.
public:
TextDataModelContentTypeChangedEventArgs(Microsoft::VisualStudio::Utilities::IContentType ^ beforeContentType, Microsoft::VisualStudio::Utilities::IContentType ^ afterContentType);
public:
TextDataModelContentTypeChangedEventArgs(Microsoft::VisualStudio::Utilities::IContentType ^ beforeContentType, Microsoft::VisualStudio::Utilities::IContentType ^ afterContentType);
TextDataModelContentTypeChangedEventArgs(Microsoft::VisualStudio::Utilities::IContentType const & beforeContentType, Microsoft::VisualStudio::Utilities::IContentType const & afterContentType);
public TextDataModelContentTypeChangedEventArgs (Microsoft.VisualStudio.Utilities.IContentType beforeContentType, Microsoft.VisualStudio.Utilities.IContentType afterContentType);
new Microsoft.VisualStudio.Text.TextDataModelContentTypeChangedEventArgs : Microsoft.VisualStudio.Utilities.IContentType * Microsoft.VisualStudio.Utilities.IContentType -> Microsoft.VisualStudio.Text.TextDataModelContentTypeChangedEventArgs
Public Sub New (beforeContentType As IContentType, afterContentType As IContentType)
Parameters
- beforeContentType
- IContentType
The IContentType before the change.
- afterContentType
- IContentType
The IContentType after the change.