MindFusion.UI for WebForms Programmer's Guide

Window.Close Event

See Also
 





Raised when the window is closed.

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

 Syntax

C#  Copy Code

public event EventHandler<WindowEventArgs> Close

Visual Basic  Copy Code

Public Event Close As EventHandler(Of WindowEventArgs)

 See Also