Table of Contents

Class NavigationPageHandle

Namespace
Adw.Internal
Assembly
Adw-1.dll
public class NavigationPageHandle : WidgetHandle, IDisposable
Inheritance
NavigationPageHandle
Implements
Inherited Members

Constructors

NavigationPageHandle(nint, bool)

public NavigationPageHandle(nint handle, bool ownsHandle)

Parameters

handle nint
ownsHandle bool

Methods

For<T>(ConstructArgument[])

public static NavigationPageHandle For<T>(ConstructArgument[] constructArguments) where T : NavigationPage, GTypeProvider

Parameters

constructArguments ConstructArgument[]

Returns

NavigationPageHandle

Type Parameters

T