Class DNNDataGridCheckChangedEventArgs
The DNNDataGridCheckChangedEventArgs class is a cusom EventArgs class for handling Event Args from the CheckChanged event in a CheckBox Column.
Inheritance
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class DNNDataGridCheckChangedEventArgs : DataGridItemEventArgs
Constructors
| Improve this Doc View SourceDNNDataGridCheckChangedEventArgs(DataGridItem, Boolean, String, Boolean)
Initializes a new instance of the DNNDataGridCheckChangedEventArgs class.
Declaration
public DNNDataGridCheckChangedEventArgs(DataGridItem item, bool isChecked, string field, bool isAll)
Parameters
Type | Name | Description |
---|---|---|
DataGridItem | item | |
System.Boolean | isChecked | |
System.String | field | |
System.Boolean | isAll |
DNNDataGridCheckChangedEventArgs(DataGridItem, Boolean, String)
Initializes a new instance of the DNNDataGridCheckChangedEventArgs class.
Declaration
public DNNDataGridCheckChangedEventArgs(DataGridItem item, bool isChecked, string field)
Parameters
Type | Name | Description |
---|---|---|
DataGridItem | item | |
System.Boolean | isChecked | |
System.String | field |
Properties
| Improve this Doc View SourceChecked
The DNNDataGridCheckChangedEventArgs class is a cusom EventArgs class for handling Event Args from the CheckChanged event in a CheckBox Column.
Declaration
public bool Checked { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Column
The DNNDataGridCheckChangedEventArgs class is a cusom EventArgs class for handling Event Args from the CheckChanged event in a CheckBox Column.
Declaration
public CheckBoxColumn Column { get; set; }
Property Value
Type | Description |
---|---|
CheckBoxColumn |
Field
The DNNDataGridCheckChangedEventArgs class is a cusom EventArgs class for handling Event Args from the CheckChanged event in a CheckBox Column.
Declaration
public string Field { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsAll
The DNNDataGridCheckChangedEventArgs class is a cusom EventArgs class for handling Event Args from the CheckChanged event in a CheckBox Column.
Declaration
public bool IsAll { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |