C# Class PRI.ProductivityExtensions.DataGridViewCellStyleContentChangedEventHandlerExtensions.DataGridViewCellStyleContentChangedEventHandlerable

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

Méthodes publiques

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

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. datagridviewcellstylecontentchangedeventhandler.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. datagridviewcellstylecontentchangedeventhandler.BeginInvoke(sender, e, callback);
public static BeginInvoke ( this datagridviewcellstylecontentchangedeventhandler, Object sender, System.Windows.Forms.DataGridViewCellStyleContentChangedEventArgs e, AsyncCallback callback ) : IAsyncResult
datagridviewcellstylecontentchangedeventhandler this
sender Object
e System.Windows.Forms.DataGridViewCellStyleContentChangedEventArgs
callback AsyncCallback
Résultat IAsyncResult