C# Класс PRI.ProductivityExtensions.ToolboxComponentsCreatedEventHandlerExtensions.ToolboxComponentsCreatedEventHandlerable

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

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

Метод Описание
BeginInvoke ( this toolboxcomponentscreatedeventhandler, Object sender, System.Drawing.Design.ToolboxComponentsCreatedEventArgs e, AsyncCallback callback ) : IAsyncResult

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

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

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

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