MindFusion.UI for WebForms Programmer's Guide

Window.OnClose Method

See Also
 





Raises the Close event.

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

 Syntax

C#  Copy Code

protected virtual void OnClose (
    WindowEventArgs e
)

Visual Basic  Copy Code

Protected Overridable Sub OnClose( _
    e As WindowEventArgs _
)

 Parameters

e

Type: WindowEventArgs
An WindowEventArgs object, that holds data for the event.

 See Also