RegionsCollapsedEventArgs 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 RegionsCollapsed event.
public ref class RegionsCollapsedEventArgs : EventArgs
public class RegionsCollapsedEventArgs : EventArgs
type RegionsCollapsedEventArgs = class
inherit EventArgs
Public Class RegionsCollapsedEventArgs
Inherits EventArgs
- Inheritance
-
RegionsCollapsedEventArgs
Remarks
Provides the ICollapsed regions that are now collapsed.
Constructors
RegionsCollapsedEventArgs(IEnumerable<ICollapsed>) |
Initializes a new instance of RegionsCollapsedEventArgs with the specified ICollapsed regions. |
Properties
CollapsedRegions |
Gets the ICollapsed regions that are now collapsed. |