| HotImageChildBubbleLoadEventHandler Delegate |
Passes EventArgs from a child Hotimage back to the top most parent Hotimage and raises the event on that Hotimage when a child Hotimage has Loaded.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public delegate void ChildBubbleLoadEventHandler(
Object sender,
EventArgs e
)
Public Delegate Sub ChildBubbleLoadEventHandler (
sender As Object,
e As EventArgs
)
Dim instance As New ChildBubbleLoadEventHandler(AddressOf HandlerMethod)
public delegate void ChildBubbleLoadEventHandler(
Object^ sender,
EventArgs^ e
)
Parameters
- sender
- Type: SystemObject
The child HotImage that triggered the event - e
- Type: SystemEventArgs
Sysem.EventArgs
See Also