C# Class PowerArgs.Cli.PropertyChangedSubscription

Inheritance: Subscription
Show file Open project: adamabdelhamed/PowerArgs Class Usage Examples

Public Methods

Method Description
PropertyChangedSubscription ( string propertyName, System.Action changeListener, Action unsubscribeCallback ) : System

Method Details

PropertyChangedSubscription() public method

public PropertyChangedSubscription ( string propertyName, System.Action changeListener, Action unsubscribeCallback ) : System
propertyName string
changeListener System.Action
unsubscribeCallback Action
return System