MindFusion.UI for WebForms Programmer's Guide

WindowHost.WindowCreated Event

See Also
 





Raised when a child window is created.

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

 Syntax

C#  Copy Code

public event EventHandler<WindowEventArgs> WindowCreated

Visual Basic  Copy Code

Public Event WindowCreated As EventHandler(Of WindowEventArgs)

 See Also