ASP.NET Pack Programmer's Guide
WindowEventArgs.Window Property
See Also
 





Gets the window for which the event is raised.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public Window Window { get; }

Visual Basic  Copy Code

Public ReadOnly Property Window As Window

 Property Value

Type: Window
The Window instance which the event is raised for,

 See Also

WindowEventArgs Members
WindowEventArgs Class
MindFusion.UI.WebForms Namespace