Represents the method that will handle the Completed event. [Visual Basic] Public Delegate Sub CompletedEventHandler( _ ByVal sender As Object, _ ByVal e As CompletedEventArgs _ ) [C#] public delegate void CompletedEventHandler( object sender, CompletedEventArgs e ); [C++] public __gc __delegate void CompletedEventHandler( Object* sender, CompletedEventArgs* e ); Parameters [Visual Basic, C#, C++]The declaration of your event handler must have the same parameters as the CompletedEventHandler delegate declaration. |
Contact Me | Developing WMI Solutions | Gwyn Cole's Developer Blog | Legal |
© 2003 Content by Gwyn Cole. All rights reserved. |