PropertyAccessorBase.

Subscribe(Action<object>) Method

Summary

Subscribes to the value of the member.

Syntax

public void Subscribe(Action<object> listener)

Parameters

Name Type Description
listener Action<object> A method that receives the values.

Return Value

Type Description
void