SnapshotPointEventArgs 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.
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. |