Click or drag to resize

BaseSimpleGridViewModelT Constructor

Initializes a new instance of the BaseSimpleGridViewModelT class

Namespace: RAYLASE.Marker.GUI.Common.Views
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public BaseSimpleGridViewModel(
	Func<T> rowFactory
)

Parameters

rowFactory  FuncT

[Missing <param name="rowFactory"/> documentation for "M:RAYLASE.Marker.GUI.Common.Views.BaseSimpleGridViewModel`1.#ctor(System.Func{`0})"]

See Also