IRTDUpdateEvent Interface

Represents real-time data update events.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<GuidAttribute("A43788C1-D91B-11D3-8F39-00C04F3651B8")> _
Public Interface IRTDUpdateEvent
'Usage
Dim instance As IRTDUpdateEvent
[GuidAttribute("A43788C1-D91B-11D3-8F39-00C04F3651B8")]
public interface IRTDUpdateEvent

Remarks

To instantiate or to return an IRTDUpdateEvent object, declare a variable as an IRTDUpdateEvent object, and then use that variable as a callback object.

See Also

Reference

IRTDUpdateEvent Members

Microsoft.Office.Interop.Excel Namespace