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