PreContentChangedEventArgs Class

Definition

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.

Applies to