Share via


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

Name Description
PreContentChangedEventArgs(ITextSnapshot, INormalizedTextChangeCollection)

Initializes a new instance of PreContentChangedEventArgs.

Properties

Name Description
BeforeSnapshot

Gets the text snapshot before the change.

Changes

Gets the collection of changes.

Applies to