MindFusion.UI for WebForms Programmer's Guide

WindowEventArgs.Window Property

See Also
 





Gets the window for which the event is raised.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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