C# Class Eurofurence.Companion.Common.DependencyObjectExtensions

ファイルを表示 Open project: eurofurence/ef-app_wp

Public Methods

Method Description
WatchProperty ( this target, string propertyPath, DependencyPropertyChangedEventHandler handler ) : IDisposable

Method Details

WatchProperty() public static method

public static WatchProperty ( this target, string propertyPath, DependencyPropertyChangedEventHandler handler ) : IDisposable
target this
propertyPath string
handler DependencyPropertyChangedEventHandler
return IDisposable