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