C# Класс PRI.ProductivityExtensions.TextCompositionEventHandlerExtensions.TextCompositionEventHandlerable

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

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

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

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

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

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

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