MindFusion.UI for WebForms Programmer's Guide

WindowHost.OnWindowCreated Method

See Also
 





Raises the WindowCreated event.

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

 Syntax

C#  Copy Code

protected virtual void OnWindowCreated (
    WindowEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnWindowCreated( _
    e As WindowEventArgs _
)

 Parameters

e

Type: WindowEventArgs
A WindowEventArgs object that holds data for the event.

 See Also