IASControl::put_EventSink

This method sets the event sink of a control.

Syntax

HRESULT put_EventSink( IDispatch *pdispSink );

Parameters

pdispSink
Pointer to the control’s IASCEventSink interface.

Return Values

NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.

Remarks

This method must be implemented, but can return E_NOTIMPL.

See Also

IASControl::get_EventSink