Glossary Item Box

LabDevTools Send comments on this topic.

DCounterEventHandler

[Visual Basic]
<Serializable>
Public Delegate Sub DCounterEventHandler(ByVal sender As Object, ByVal e As ControlEventArgs)

[C#]
[Serializable]
public delegate void DCounterEventHandler(object sender, ControlEventArgs e)
Parameters[Visual Basic, C#]

The declaration of the manager events should have the same parameters of the declaration of the delegate DCounterEventHandler.

sender
Origin of the event(The DCounter control).
e
Parameter ControlEventArgs that contains the data of the event.

Copyright © 2007 LabDevTools. All Rights Reserved.