RegionsChangedEventArgs 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 the RegionsChanged event.
public ref class RegionsChangedEventArgs : EventArgs
public class RegionsChangedEventArgs : EventArgs
type RegionsChangedEventArgs = class
inherit EventArgs
Public Class RegionsChangedEventArgs
Inherits EventArgs
- Inheritance
-
RegionsChangedEventArgs
Remarks
Provides the SnapshotSpan over which ICollapsible regions were added or removed. Call GetAllRegions to get the current set of ICollapsible regions over the affected snapshot span.
Constructors
RegionsChangedEventArgs(SnapshotSpan) |
Initializes a new instance of RegionsChangedEventArgs with the specified SnapshotSpan. |
Properties
AffectedSpan |
Gets the SnapshotSpan over which collapsible spans have changed. |