C# Класс PRI.ProductivityExtensions.TimelineMarkerRoutedEventHandlerExtensions.TimelineMarkerRoutedEventHandlerable

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

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

Метод Описание
BeginInvoke ( this timelinemarkerroutedeventhandler, Object sender, System.Windows.Media.TimelineMarkerRoutedEventArgs e, AsyncCallback callback ) : IAsyncResult

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

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

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

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