Table of Contents

Constructor ListViewData

Namespace
Innova.Prism.Infrastructure.EventParameters
Assembly
Innova.Prism.Infrastructure.dll

ListViewData(string, object)

Initializes a new instance of the ListViewData<T> class with the specified key and value.

public ListViewData(string key, object value)

Parameters

key string

The key for the property.

value object

The value for the property.

ListViewData()

Initializes a new instance of the ListViewData<T> class.

public ListViewData()