SnapshotSpanEventArgs 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 ref class SnapshotSpanEventArgs : EventArgs
public class SnapshotSpanEventArgs : EventArgs
type SnapshotSpanEventArgs = class
inherit EventArgs
Public Class SnapshotSpanEventArgs
Inherits EventArgs
- Inheritance
-
SnapshotSpanEventArgs
Remarks
Some of the events that use this class include:
Constructors
SnapshotSpanEventArgs(SnapshotSpan) |
Initializes a new instance of SnapshotSpanEventArgs with the specified SnapshotSpan. |
Properties
Span |
Gets the SnapshotSpan. |