Class CoreWebView2NonClientRegionChangedEventArgs
Event args for the NonClientRegionChanged event.
public class CoreWebView2NonClientRegionChangedEventArgs : EventArgs
- Inheritance
-
CoreWebView2NonClientRegionChangedEventArgs
- Inherited Members
Properties
RegionKind
Gets the region kind CoreWebView2NonClientRegionKind corresponding to the event.
public CoreWebView2NonClientRegionKind RegionKind { get; }