C# Class PRI.ProductivityExtensions.DrawToolTipEventHandlerExtensions.DrawToolTipEventHandlerable

Class that contains extension methods that extend DrawToolTipEventHandler
Show file Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this drawtooltipeventhandler, Object sender, DrawToolTipEventArgs e, AsyncCallback callback ) : IAsyncResult

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

Method Details

BeginInvoke() public static method

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. drawtooltipeventhandler.BeginInvoke(sender, e, callback);
public static BeginInvoke ( this drawtooltipeventhandler, Object sender, DrawToolTipEventArgs e, AsyncCallback callback ) : IAsyncResult
drawtooltipeventhandler this
sender Object
e System.Windows.Forms.DrawToolTipEventArgs
callback AsyncCallback
return IAsyncResult