Show / Hide Table of Contents

Struct MinimizedEventArgs

Defines the event data for the window minimizing event.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
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
In This Article
Back to top Generated by DocFX