ScriptManager.IsNavigating Property

 

Gets a value that indicates whether a Navigate event is currently being handled.

Namespace:   System.Web.UI
Assembly:  System.Web.Extensions (in System.Web.Extensions.dll)

[<BrowsableAttribute(false)>]
member IsNavigating : bool with get

Property Value

Type: System.Boolean

true if the Navigate is being handled; otherwise, false.

Use the IsNavigating property to determine whether the Navigate event has been raised.

.NET Framework
Available since 3.5
Return to top
Show: