C# Класс PRI.ProductivityExtensions.PropertyChangedCallbackExtensions.PropertyChangedCallbackable

Class that contains extension methods that extend PropertyChangedCallback
Показать файл Открыть проект

Открытые методы

Метод Описание
BeginInvoke ( this propertychangedcallback, DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. propertychangedcallback.BeginInvoke(d, e, callback);

Описание методов

BeginInvoke() публичный статический Метод

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. propertychangedcallback.BeginInvoke(d, e, callback);
public static BeginInvoke ( this propertychangedcallback, DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e, AsyncCallback callback ) : IAsyncResult
propertychangedcallback this
d System.Windows.DependencyObject
e System.Windows.DependencyPropertyChangedEventArgs
callback AsyncCallback
Результат IAsyncResult