ASP.NET Pack Programmer's Guide
WindowHost.WindowCreated Event
See Also
 





Raised when a child window is created.

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

 Syntax

C#  Copy Code

public event EventHandler<WindowEventArgs> WindowCreated

Visual Basic  Copy Code

Public Event WindowCreated As EventHandler(Of WindowEventArgs)

 See Also

WindowHost Members
WindowHost Class
MindFusion.UI.WebForms Namespace