| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub LayoutChangingEventHandler( _ ByVal sender As System.Object, _ ByVal e As LayoutChangingArgs _ ) | |
| C# | |
|---|---|
public delegate void LayoutChangingEventHandler( System.object sender, LayoutChangingArgs e ) | |
Parameters
- sender
- The source of the event.
- e
- A LayoutChangingArgs that does not contain any event data.