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

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

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

    See Also