[Visual Basic]
<Serializable>
Public Delegate Sub HOldSwitchEventHandler(ByVal sender As Object, ByVal e As ControlEventArgs)
[C#]
[Serializable]
public delegate void HOldSwitchEventHandler(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 HOldSwitchEventHandler.
- sender
- Origin of the event(The control HOldSwitch).
- e
- Parameter ControlEventArgs that contains the data of the
event.
Copyright © 2007 LabDevTools. All Rights Reserved.