Intersoft ClientUI Documentation
OnItemsChanged Method (UXFlow)



NotifyCollectionChangedEventArgs that contains the event data
Called when the value of the System.Windows.Controls.ItemsControl.Items property changes.
Syntax
Protected Overrides Sub OnItemsChanged( _
   ByVal e As NotifyCollectionChangedEventArgs _
) 
Dim instance As UXFlow
Dim e As NotifyCollectionChangedEventArgs
 
instance.OnItemsChanged(e)
protected override void OnItemsChanged( 
   NotifyCollectionChangedEventArgs e
)
protected:
void OnItemsChanged( 
   NotifyCollectionChangedEventArgs^ e
) override 

Parameters

e
NotifyCollectionChangedEventArgs that contains the event data
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

UXFlow Class
UXFlow Members

Send Feedback