Table of Contents

Method RaiseClosing

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RaiseClosing(EventArgs, bool)

Raises the Closing event and OnClosing(EventArgs) method.

public void RaiseClosing(EventArgs e, bool recursive = true)

Parameters

e EventArgs

A EventArgs that contains the event data.

recursive bool

The bool value indicating whether the opening event should be raised for child items.