WindowFocusArgs.PreviousWindow Property

AdiIRC API v2

WindowFocusArgsPreviousWindow Property

Returns the previously focused IWindow

Namespace:  AdiIRCAPIv2.Arguments.WindowInteraction
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
public IWindow PreviousWindow { get; }
Public ReadOnly Property PreviousWindow As IWindow
	Get
public:
property IWindow^ PreviousWindow {
	IWindow^ get ();
}
member PreviousWindow : IWindow with get

Property Value

Type: IWindow
See Also