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
targetWindowWindowThe window that attempted to activate.
blockingModalWindowThe modal window that blocked the activation.
Properties
BlockingModal
The modal window that blocked the activation
public Window BlockingModal { get; }
Property Value
TargetWindow
The window that tried to activate
public Window TargetWindow { get; }