Share via


ITableEntryHandle.NavigateTo(Boolean) Method

Definition

Navigates to the data the entry this ITableEntryHandle is associated with represents.

public:
 bool NavigateTo(bool isPreview);
public:
 bool NavigateTo(bool isPreview);
bool NavigateTo(bool isPreview);
public bool NavigateTo (bool isPreview);
abstract member NavigateTo : bool -> bool
Public Function NavigateTo (isPreview As Boolean) As Boolean

Parameters

isPreview
Boolean

True if this a preview.

Returns

Returns Boolean.

Remarks

Calling this is equivalent to the user initiating an navigation action from the table control itself.

Applies to