Table of Contents

Class GridSelectedCellEventArgs

Namespace
JJMasterData.Core.UI.Events.Args
Assembly
JJMasterData.Core.dll

Argumentos do evento utilizado para customizar o conteúdo do checkbox ao selecionar a linha da Grid

public class GridSelectedCellEventArgs : EventArgs
Inheritance
GridSelectedCellEventArgs
Inherited Members

Properties

CheckBox

Objeto renderizado

public JJCheckBox CheckBox { get; set; }

Property Value

JJCheckBox

DataRow

Linha atual com o valor de todos os campos

public Dictionary<string, object> DataRow { get; }

Property Value

Dictionary<string, object>