C# Class PRI.ProductivityExtensions.XmlAttributeEventHandlerExtensions.XmlAttributeEventHandlerable

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

Méthodes publiques

Méthode Description
BeginInvoke ( this xmlattributeeventhandler, Object sender, XmlAttributeEventArgs e, AsyncCallback callback ) : IAsyncResult

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