ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / C1CollectionChangedEventArgs Class
Members

In This Topic
    C1CollectionChangedEventArgs Class
    In This Topic
    Provides event data for changes in the data source collection.
    Object Model
    C1CollectionChangedEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class C1CollectionChangedEventArgs 
       Inherits System.EventArgs
    public class C1CollectionChangedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.DataGrid.C1CollectionChangedEventArgs

    See Also