Class DNNDataGridCheckChangedEventArgs
  
  
  
    Inheritance
    
    
    
    DNNDataGridCheckChangedEventArgs
   
  
  
  Assembly: DotNetNuke.dll
  Syntax
  
    public class DNNDataGridCheckChangedEventArgs : DataGridItemEventArgs
   
  Constructors
  
  DNNDataGridCheckChangedEventArgs(DataGridItem, bool, string)
  
  
  Declaration
  
    public DNNDataGridCheckChangedEventArgs(DataGridItem item, bool isChecked, string field)
   
  Parameters
  
  
  DNNDataGridCheckChangedEventArgs(DataGridItem, bool, string, bool)
  
  
  Declaration
  
    public DNNDataGridCheckChangedEventArgs(DataGridItem item, bool isChecked, string field, bool isAll)
   
  Parameters
  
  Properties
  
  Checked
  
  
  Declaration
  
    public bool Checked { get; set; }
   
  Property Value
  
  
  Column
  
  
  Declaration
  
    public CheckBoxColumn Column { get; set; }
   
  Property Value
  
  
  Field
  
  
  Declaration
  
    public string Field { get; set; }
   
  Property Value
  
  
  IsAll
  
  
  Declaration
  
    public bool IsAll { get; set; }
   
  Property Value
  
  Extension Methods