| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub LayoutChangedEventHandler( _ ByVal sender As Object, _ ByVal e As LayoutChangedArgs _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public delegate void LayoutChangedEventHandler( object sender, LayoutChangedArgs e ) | |
Parameters
- sender
- The source of the event.
- e
- A LayoutChangedArgs class that contains the event data.