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
Methods
GetBackItem()
public BackForwardListItem? GetBackItem()
Returns
GetCurrentItem()
public BackForwardListItem? GetCurrentItem()
Returns
GetForwardItem()
public BackForwardListItem? GetForwardItem()
Returns
GetGType()
public static Type GetGType()
Returns
GetLength()
public uint GetLength()
Returns
GetNthItem(int)
public BackForwardListItem? GetNthItem(int index)
Parameters
index
int
Returns
Events
OnChanged
public event SignalHandler<BackForwardList, BackForwardList.ChangedSignalArgs> OnChanged