C# 클래스 PowerArgs.Cli.PropertyChangedSubscription

상속: Subscription
파일 보기 프로젝트 열기: adamabdelhamed/PowerArgs 1 사용 예제들

공개 메소드들

메소드 설명
PropertyChangedSubscription ( string propertyName, System.Action changeListener, Action unsubscribeCallback ) : System

메소드 상세

PropertyChangedSubscription() 공개 메소드

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