Cocktail Help Reference
Go Method
See Also  Send Feedback
Cocktail Assembly > Cocktail Namespace > NavigateResult<T> Class : Go Method



callback
Callback notifying the caller of the completion of the navigation

Glossary Item Box

Executes the navigation when a yield return is not possible.

Syntax

Visual Basic (Declaration) 
Public Sub Go( _
   Optional ByVal callback As Action(Of ResultCompletionEventArgs) _
) 
Visual Basic (Usage)Copy Code
Dim instance As NavigateResult(Of T)
Dim callback As Action(Of ResultCompletionEventArgs)
 
instance.Go(callback)
C# 
public void Go( 
   Action<ResultCompletionEventArgs> callback
)
C++/CLI 
public:
void Go( 
   Action<ResultCompletionEventArgs^>^ callback
) 

Parameters

callback
Callback notifying the caller of the completion of the navigation

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.