Table of Contents

Constructor CurrentChangingEventArgs

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

CurrentChangingEventArgs()

Construct a cancelable CurrentChangingEventArgs that is used to notify listeners when CurrentItem is about to change.

public CurrentChangingEventArgs()

CurrentChangingEventArgs(bool)

Construct a CurrentChangingEventArgs that is used to notify listeners when CurrentItem is about to change.

public CurrentChangingEventArgs(bool isCancelable)

Parameters

isCancelable bool

if false, setting Cancel to true will cause an InvalidOperationException to be thrown.