Click or drag to resize

ISubscribe.Subscribe Method (String, Action<Object>, Nullable<Guid>)

Subscribes the specified property.

Namespace:  Xcalibur.Extensions.MVVM.Interfaces
Assembly:  Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
void Subscribe(
	string propertyName,
	Action<Object> onChanged,
	Nullable<Guid> ownerId = null
)

Parameters

propertyName
Type: System.String
Name of the property.
onChanged
Type: System.Action<Object>
The on changed.
ownerId (Optional)
Type: System.Nullable<Guid>
The owner identifier.
See Also