Intersoft ClientUI Documentation
OnItemsSourceCollectionChanged Method (UXDesktopDock)



Called when the value of the item source collection changes.
Syntax
Protected Overrides Sub OnItemsSourceCollectionChanged( _
   ByVal sender As Object, _
   ByVal e As NotifyCollectionChangedEventArgs _
) 
Dim instance As UXDesktopDock
Dim sender As Object
Dim e As NotifyCollectionChangedEventArgs
 
instance.OnItemsSourceCollectionChanged(sender, e)
protected override void OnItemsSourceCollectionChanged( 
   object sender,
   NotifyCollectionChangedEventArgs e
)
protected:
void OnItemsSourceCollectionChanged( 
   Object^ sender,
   NotifyCollectionChangedEventArgs^ e
) override 

Parameters

sender
e
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXDesktopDock Class
UXDesktopDock Members

Send Feedback