Show / Hide Table of Contents

Class DNNDataGridCheckChangedEventArgs

Inheritance
object
EventArgs
DataGridItemEventArgs
DNNDataGridCheckChangedEventArgs
Inherited Members
DataGridItemEventArgs.Item
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public class DNNDataGridCheckChangedEventArgs : DataGridItemEventArgs

Constructors

DNNDataGridCheckChangedEventArgs(DataGridItem, bool, string)

Declaration
public DNNDataGridCheckChangedEventArgs(DataGridItem item, bool isChecked, string field)
Parameters
Type Name Description
DataGridItem item
bool isChecked
string field

DNNDataGridCheckChangedEventArgs(DataGridItem, bool, string, bool)

Declaration
public DNNDataGridCheckChangedEventArgs(DataGridItem item, bool isChecked, string field, bool isAll)
Parameters
Type Name Description
DataGridItem item
bool isChecked
string field
bool isAll

Properties

Checked

Declaration
public bool Checked { get; set; }
Property Value
Type Description
bool

Column

Declaration
public CheckBoxColumn Column { get; set; }
Property Value
Type Description
CheckBoxColumn

Field

Declaration
public string Field { get; set; }
Property Value
Type Description
string

IsAll

Declaration
public bool IsAll { get; set; }
Property Value
Type Description
bool

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS