Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

IUICollection (Interfaces)
 
.
Summary
The IUICollectionChangedEvent interface is implemented by the application and defines the method required to handle changes to a collection at run time.

C# Definition:

// Connection Sink for listening to collection changes
[ComImport]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("6502AE91-A14D-44b5-BBD0-62AACC581D52")]
public interface IUICollectionChangedEvent
{
     [PreserveSig]
     HRESULT OnChanged(UI_CollectionChange action,
               UInt32 oldIndex, [MarshalAs(UnmanagedType.Interface)] object oldItem,
               UInt32 newIndex, [MarshalAs(UnmanagedType.Interface)] object newItem);
}

Notes:

None.

Documentation

Please edit this page!

Do you have...

  • helpful tips?
  • corrections to the existing content?
  • alternate definitions?
  • additional languages you want to include?

Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.

 
Access PInvoke.net directly from VS:
Terms of Use
Edit This Page
Find References
Show Printable Version
Revisions