Click or drag to resize

SubscriptionExtensions Class

Subscription Exentions class.
Inheritance Hierarchy
SystemObject
  Xcalibur.Extensions.MVVM.ExtensionsSubscriptionExtensions

Namespace:  Xcalibur.Extensions.MVVM.Extensions
Assembly:  Xcalibur.Extensions.MVVM (in Xcalibur.Extensions.MVVM.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class SubscriptionExtensions

The SubscriptionExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClearSubscriptionsT
Clears subscriptions for a specific property, or if one is not specified; all subscriptions to the instance.
Public methodStatic memberSubscribeT
Subscribes an action to a specific property that will be called during that property's OnPropertyChanged event.
Top
See Also