Table of Contents

Method RaiseOpening

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

RaiseOpening(CancelEventArgs, bool)

Raises the "Opening" event.

void RaiseOpening(CancelEventArgs e, bool recursive = true)

Parameters

e CancelEventArgs

A CancelEventArgs instance containing the event data.

recursive bool

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