Table of Contents

Method RemoveScriptMessageHandler

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

RemoveScriptMessageHandler(string)

Remove a script message handler with the given name that was previously added using AddScriptMessageHandler(string).

bool RemoveScriptMessageHandler(string name)

Parameters

name string

Returns

bool

true if the handler could be removed, false if it could not be removed.