ScriptManager.ClientNavigateHandler Property

Definition

Gets or sets the name of the method that handles the Sys.Application.navigate event on the client.

public:
 property System::String ^ ClientNavigateHandler { System::String ^ get(); void set(System::String ^ value); };
public string ClientNavigateHandler { get; set; }
member this.ClientNavigateHandler : string with get, set
Public Property ClientNavigateHandler As String

Property Value

The name of the method that handles the Sys.Application.navigate event on the client.

Applies to