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
boolconstructArguments
ConstructArgument[]
BackForwardList(IntPtr, bool)
protected BackForwardList(IntPtr ptr, bool ownedRef)
Parameters
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