ItemsSourceChangeCompleted Event
See Also 
Xceed.Wpf.DataGrid.v4.2 Assembly > Xceed.Wpf.DataGrid Namespace > DataGridControl Class : ItemsSourceChangeCompleted Event


Raised after the items-source change has completed to notify that the items are loaded and accessible.

Syntax

Visual Basic (Declaration) 
Public Event ItemsSourceChangeCompleted As EventHandler
Visual Basic (Usage)Copy Code
Dim instance As DataGridControl
Dim handler As EventHandler
 
AddHandler instance.ItemsSourceChangeCompleted, handler
C# 
public event EventHandler ItemsSourceChangeCompleted

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also

Reference

DataGridControl Class
DataGridControl Members