Table of Contents

Class ActivationBlockedEventArgs

Namespace
SharpConsoleUI.Core
Assembly
SharpConsoleUI.dll

Event arguments for activation blocked events

public class ActivationBlockedEventArgs : EventArgs
Inheritance
ActivationBlockedEventArgs
Inherited Members

Constructors

ActivationBlockedEventArgs(Window, Window)

Initializes a new instance of the ActivationBlockedEventArgs class.

public ActivationBlockedEventArgs(Window targetWindow, Window blockingModal)

Parameters

targetWindow Window

The window that attempted to activate.

blockingModal Window

The modal window that blocked the activation.

Properties

BlockingModal

The modal window that blocked the activation

public Window BlockingModal { get; }

Property Value

Window

TargetWindow

The window that tried to activate

public Window TargetWindow { get; }

Property Value

Window