C# Class PRI.ProductivityExtensions.DataGridViewColumnDividerDoubleClickEventHandlerExtensions.DataGridViewColumnDividerDoubleClickEventHandlerable

Class that contains extension methods that extend DataGridViewColumnDividerDoubleClickEventHandler
Afficher le fichier Open project: peteraritchie/ProductivityExtensions

Méthodes publiques

Méthode Description
BeginInvoke ( this datagridviewcolumndividerdoubleclickeventhandler, Object sender, System.Windows.Forms.DataGridViewColumnDividerDoubleClickEventArgs e, AsyncCallback callback ) : IAsyncResult

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

Method Details

BeginInvoke() public static méthode

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