NonClientRegionsChangedEventArgs.ChangedRegions Property
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.
Gets the regions within the non-client area of a window for which the partition boundaries have changed.
public:
property Platform::Array <NonClientRegionKind> ^ ChangedRegions { Platform::Array <NonClientRegionKind> ^ get(); };
winrt::array_view <NonClientRegionKind> ChangedRegions();
public NonClientRegionKind[] ChangedRegions { get; }
var nonClientRegionKind[] = nonClientRegionsChangedEventArgs.changedRegions;
Public ReadOnly Property ChangedRegions As NonClientRegionKind()
Property Value
The regions within the non-client area of a window for which the partition boundaries have changed.