.NET Event Tracing Class Library  

EndOfBufferEventHandler Delegate

Represents the method that will handle the EndOfBuffer event.

[Visual Basic]
Public Delegate Sub EndOfBufferEventHandler( _
   ByVal sender As Object, _
   ByVal e As EndOfBufferEventArgs _
)
[C#]
public delegate void EndOfBufferEventHandler(
   object sender,
   EndOfBufferEventArgs e
);
[C++]
public __gc __delegate void EndOfBufferEventHandler(
   Object* sender,
   EndOfBufferEventArgs* e
);

Parameters [Visual Basic, C#, C++]

The declaration of your event handler must have the same parameters as the EndOfBufferEventHandler delegate declaration.

Contact Me   |  Developing WMI Solutions    |   Gwyn Cole's Developer Blog    |   Legal
 © 2003 Content by Gwyn Cole. All rights reserved.