Click or drag to resize

IScriptableObject Interface

Defines a method to be called when a host object is exposed to script code.

Namespace: Microsoft.ClearScript
Assembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax
public interface IScriptableObject

The IScriptableObject type exposes the following members.

Methods
 NameDescription
Public methodOnExposedToScriptCode Notifies the host object that it has been exposed to script code.
Top
See Also