PreContentChangedEventArgs Class
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.
Information provided before content changes.
public ref class PreContentChangedEventArgs : EventArgs
public class PreContentChangedEventArgs : EventArgs
type PreContentChangedEventArgs = class
inherit EventArgs
Public Class PreContentChangedEventArgs
Inherits EventArgs
- Inheritance
-
PreContentChangedEventArgs
Constructors
PreContentChangedEventArgs(ITextSnapshot, INormalizedTextChangeCollection) |
Initializes a new instance of PreContentChangedEventArgs. |
Properties
BeforeSnapshot |
Gets the text snapshot before the change. |
Changes |
Gets the collection of changes. |