C# Class PRI.ProductivityExtensions.PropertyChangedCallbackExtensions.PropertyChangedCallbackable

Class that contains extension methods that extend PropertyChangedCallback
Afficher le fichier Open project: peteraritchie/ProductivityExtensions

Méthodes publiques

Méthode Description
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);

Method Details

BeginInvoke() public static méthode

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
Résultat IAsyncResult