StatusChangedEventHandler Delegate
In This Topic
Represents a method that handles the StatusChanged event.
Syntax
'Declaration
Public Delegate Sub StatusChangedEventHandler( _
ByVal As Object, _
ByVal As EventArgs _
)
public delegate void StatusChangedEventHandler(
object ,
EventArgs
)
Parameters
- sender
- The source of the event.
- e
- LayoutChangingArgs class which contains the event data.
See Also