Share via


RegionsExpandedEventArgs Class

Definition

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>)

Initializes a new instance of RegionsExpandedEventArgs with the specified ICollapsible regions, assuming that they are not also being removed.

RegionsExpandedEventArgs(IEnumerable<ICollapsible>, Boolean)

Initializes a new instance of RegionsExpandedEventArgs with the specified ICollapsible regions.

Properties

ExpandedRegions

Gets the ICollapsible regions which are now expanded.

RemovalPending

true if the regions are being expanded because they are being removed.

Applies to