ContentTypeChangedEventArgs Properties
Visual Studio 2012
The ContentTypeChangedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
After | Gets the state of the ITextBuffer after the change. (Inherited from TextSnapshotChangedEventArgs.) |
|
AfterContentType | The IContentType after the change occurred. |
|
AfterVersion | Gets the ITextVersionn associated with After. (Inherited from TextSnapshotChangedEventArgs.) |
|
Before | Gets the state of the ITextBuffer before the change occurred. (Inherited from TextSnapshotChangedEventArgs.) |
|
BeforeContentType | The IContentType before the change occurred. |
|
BeforeVersion | Gets the ITextVersion associated with Before. (Inherited from TextSnapshotChangedEventArgs.) |
|
EditTag | Gets an object provided by the initiator of the changes. (Inherited from TextSnapshotChangedEventArgs.) |