WebRequestEventHandler.notify Method

Parent Object: WebRequestEventHandler
Defined in namespace "adsk::core" and the header file is <Core/Application/WebRequestEventHandler.h>

Description

The function called by Fusion when the associated event is fired.

Syntax

"webRequestEventHandler_var" is a variable referencing a WebRequestEventHandler object.

 = webRequestEventHandler_var.notify(eventArgs)
"webRequestEventHandler_var" is a variable referencing a WebRequestEventHandler object.

#include <Core/Application/WebRequestEventHandler.h>

webRequestEventHandler_var->notify(eventArgs);
"webRequestEventHandler_var" is a variable referencing a WebRequestEventHandler object.

 = webRequestEventHandler_var.notify(eventArgs);

Parameters

Name Type Description
eventArgs WebRequestEventArgs Returns an object that provides access to additional information associated with the event.

Version

Introduced in version May 2016