IAdviseSink2.OnDataChange Method
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
Sub OnDataChange ( _
pFormatetc As FORMATETC(), _
pStgmed As STGMEDIUM() _
)
void OnDataChange(
FORMATETC[] pFormatetc,
STGMEDIUM[] pStgmed
)
void OnDataChange(
[InAttribute] array<FORMATETC>^ pFormatetc,
[InAttribute] array<STGMEDIUM>^ pStgmed
)
abstract OnDataChange :
pFormatetc:FORMATETC[] *
pStgmed:STGMEDIUM[] -> unit
function OnDataChange(
pFormatetc : FORMATETC[],
pStgmed : STGMEDIUM[]
)
Parameters
pFormatetc
Type: array<Microsoft.VisualStudio.OLE.Interop.FORMATETC[]
pStgmed
Type: array<Microsoft.VisualStudio.OLE.Interop.STGMEDIUM[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.