SnapshotPointEventArgs Class

Definition

Provides information for events that report changes affecting a span of text.

public sealed class SnapshotPointEventArgs : EventArgs
type SnapshotPointEventArgs = class
    inherit EventArgs
Public NotInheritable Class SnapshotPointEventArgs
Inherits EventArgs
Inheritance
SnapshotPointEventArgs

Constructors

SnapshotPointEventArgs(SnapshotPoint)

Initializes a new instance of SnapshotPointEventArgs with the specified SnapshotPoint.

Properties

Point

Gets the SnapshotPoint.

Applies to