Table of Contents

Class BackForwardList

Namespace
WebKit
Assembly
WebKit-6.0.dll
public sealed class BackForwardList : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
Inheritance
BackForwardList
Implements
Inherited Members

Constructors

BackForwardList(bool, params ConstructArgument[])

protected BackForwardList(bool owned, params ConstructArgument[] constructArguments)

Parameters

owned bool
constructArguments ConstructArgument[]

BackForwardList(IntPtr, bool)

protected BackForwardList(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

ChangedSignal

Signal Descriptor for OnChanged.

public static readonly Signal<BackForwardList, BackForwardList.ChangedSignalArgs> ChangedSignal

Field Value

Signal<BackForwardList, BackForwardList.ChangedSignalArgs>

Methods

GetBackItem()

public BackForwardListItem? GetBackItem()

Returns

BackForwardListItem

GetCurrentItem()

public BackForwardListItem? GetCurrentItem()

Returns

BackForwardListItem

GetForwardItem()

public BackForwardListItem? GetForwardItem()

Returns

BackForwardListItem

GetGType()

public static Type GetGType()

Returns

Type

GetLength()

public uint GetLength()

Returns

uint

GetNthItem(int)

public BackForwardListItem? GetNthItem(int index)

Parameters

index int

Returns

BackForwardListItem

Events

OnChanged

public event SignalHandler<BackForwardList, BackForwardList.ChangedSignalArgs> OnChanged

Event Type

SignalHandler<BackForwardList, BackForwardList.ChangedSignalArgs>