C# Класс PRI.ProductivityExtensions.SettingChangingEventHandlerExtensions.SettingChangingEventHandlerable

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

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

Метод Описание
BeginInvoke ( this settingchangingeventhandler, Object sender, System.Configuration.SettingChangingEventArgs e, AsyncCallback callback ) : IAsyncResult

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

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

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

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