메소드 | 설명 | |
---|---|---|
BeginInvoke ( this mousebuttoneventhandler, Object sender, System.Windows.Input.MouseButtonEventArgs 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 mousebuttoneventhandler, Object sender, System.Windows.Input.MouseButtonEventArgs e, AsyncCallback callback ) : IAsyncResult | ||
mousebuttoneventhandler | this | |
sender | Object | |
e | System.Windows.Input.MouseButtonEventArgs | |
callback | AsyncCallback | |
리턴 | IAsyncResult |