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

In This Topic
    DataGridCellEventArgs Class
    In This Topic
    Provides event data for events related to cells.
    Object Model
    DataGridCellEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class DataGridCellEventArgs 
       Inherits System.EventArgs
    public class DataGridCellEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.DataGrid.DataGridCellEventArgs

    See Also