Override this method and place code that your App will execute in response to the user closing a modal browser window that you have opened.

Namespace:  RedCritterV1
Assembly:  RedCritterV1 (in RedCritterV1.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public virtual void OnModalBrowserClose(
	string requestID
)
Public Overridable Sub OnModalBrowserClose ( _
	requestID As String _
)

Parameters

requestID
String
The RequestID that you supplied in the call to ShowModalBrowser() will be passed.

See Also