Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

Dom<(Of <(<'TPageModel>)>)>..::..ChangeEvent<(Of <(<'TProperty>)>)> Method

JsStatement invoking change handler for property

Namespace:  Suoranta.WebApp.View
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


public static JsStatement ChangeEvent<TProperty>(
	Expression<Func<TPageModel, TProperty>> propSelector
)

Type Parameters

TProperty

Parameters

propSelector
Type: Expression<(Of <(<'Func<(Of <(<'TPageModel, TProperty>)>)>>)>)>

Return Value