NavigatingEventArgs Constructor

Constructs the instance of NavigatingEventArgs.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.74.9654.0
C#
public NavigatingEventArgs(
	ISessionProfile sessionProfile,
	Uri url
)

Parameters

sessionProfile  ISessionProfile
Session profile which caused the event.
url  Uri
Url which is navigated to.

See Also