| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub PaintGroupBarBackgroundEventHandler( _ ByVal sender As Object, _ ByVal e As PaintGroupBarBackgroundEventArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public delegate void PaintGroupBarBackgroundEventHandler( object sender, PaintGroupBarBackgroundEventArgs e ) | |
Parameters
- sender
- Object that raised the event
- e
- Object of PaintGroupBarBackgroundEventArgs class that contains event data