C# Класс PRI.ProductivityExtensions.ToolStripContentPanelRenderEventHandlerExtensions.ToolStripContentPanelRenderEventHandlerable

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

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

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

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

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

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

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