RegionsExpandedEventArgs 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 RegionsExpanded event.
public ref class RegionsExpandedEventArgs : EventArgs
public class RegionsExpandedEventArgs : EventArgs
type RegionsExpandedEventArgs = class
inherit EventArgs
Public Class RegionsExpandedEventArgs
Inherits EventArgs
- Inheritance
-
RegionsExpandedEventArgs
Remarks
Provides the ICollapsible regions that are now expanded.
Constructors
RegionsExpandedEventArgs(IEnumerable<ICollapsible>, Boolean) |
Initializes a new instance of RegionsExpandedEventArgs with the specified ICollapsible regions. |
RegionsExpandedEventArgs(IEnumerable<ICollapsible>) |
Initializes a new instance of RegionsExpandedEventArgs with the specified ICollapsible regions, assuming that they are not also being removed. |
Properties
ExpandedRegions |
Gets the ICollapsible regions which are now expanded. |
RemovalPending |
|