IJSProperty::OnSet Method

Allows you to pass an interface that will receive control when a property changes on the client side.

IDL

[id(0x00000193)]

HRESULT _stdcall OnSet([in] IJSBindingBinding, [out, retval] IJSProperty** OutRetVal);

Parameters

Parameters

Description

[in] IJSBinding* Binding

IJSBinding interface

[out, retval] IJSProperty** OutRetVal

Returns the parent property

Group

IJSProperty Methods