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