Table of Contents

Class BackForwardList

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

Constructors

BackForwardList(params ConstructArgument[])

public BackForwardList(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

BackForwardList(BackForwardListHandle)

public BackForwardList(BackForwardListHandle handle)

Parameters

handle BackForwardListHandle

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>