Table of Contents

Constructor BaseCancelEventArgs

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

BaseCancelEventArgs()

Initializes a new instance of the BaseCancelEventArgs class.

public BaseCancelEventArgs()

BaseCancelEventArgs(bool)

Initializes a new instance of the BaseCancelEventArgs class.

public BaseCancelEventArgs(bool cancel)

Parameters

cancel bool

true to cancel the event; otherwise, false.