Méthode | Description | |
---|---|---|
BeginInvoke ( this mousewheeleventhandler, Object sender, System.Windows.Input.MouseWheelEventArgs e, AsyncCallback callback ) : IAsyncResult |
Extends BeginInvoke so that when a state object is not needed, null does not need to be passed.
|
public static BeginInvoke ( this mousewheeleventhandler, Object sender, System.Windows.Input.MouseWheelEventArgs e, AsyncCallback callback ) : IAsyncResult | ||
mousewheeleventhandler | this | |
sender | Object | |
e | System.Windows.Input.MouseWheelEventArgs | |
callback | AsyncCallback | |
Résultat | IAsyncResult |