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

In This Topic
    DataGridGettingCellValueEventArgs Class
    In This Topic
    Provides event data for GettingCellValue event of DataGridTemplateColumn.
    Object Model
    DataGridGettingCellValueEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class DataGridGettingCellValueEventArgs 
       Inherits DataGridRowEventArgs
    public class DataGridGettingCellValueEventArgs : DataGridRowEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.WPF.DataGrid.DataGridRowEventArgs
             C1.WPF.DataGrid.DataGridGettingCellValueEventArgs

    See Also