CustomUriDelegate Delegate

Handler of events which occur when a custom URI is navigated.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public delegate void CustomUriDelegate(
	Uri uri
)

Parameters

uri  Uri
URI which is navigated.

See Also