MindFusion.UI for WebForms Programmer's Guide

WindowEventArgs Constructor

See Also
 





Initializes a new instance of the WindowEventArgs class.

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

 Syntax

C#  Copy Code

public WindowEventArgs (
    Window window
)

Visual Basic  Copy Code

Public New ( _
    window As Window _
)

 Parameters

window

Type: Window
The window for which the event is raised.

 See Also