Struct MinimizedEventArgs
Defines the event data for the window minimizing event.
Inherited Members
Namespace: OpenTK.Windowing.Common
Assembly: OpenTK.Windowing.Common.dll
Syntax
public readonly struct MinimizedEventArgs
  Constructors
MinimizedEventArgs(bool)
Initializes a new instance of the MinimizedEventArgs struct.
Declaration
public MinimizedEventArgs(bool isMinimized)
  Parameters
| Type | Name | Description | 
|---|---|---|
| bool | isMinimized | A value indicating whether the window is minimized.  | 
      
Properties
IsMinimized
Gets a value indicating whether the window is minimized.
Declaration
public bool IsMinimized { get; }
  Property Value
| Type | Description | 
|---|---|
| bool |