'Declaration
Public Delegate Sub FloatingEventHandler( _ ByVal sender As Object, _ ByVal e As FloatingEventArgs _ )
public delegate void FloatingEventHandler( object sender, FloatingEventArgs e )
Parameters
- sender
- e
'Declaration
Public Delegate Sub FloatingEventHandler( _ ByVal sender As Object, _ ByVal e As FloatingEventArgs _ )
public delegate void FloatingEventHandler( object sender, FloatingEventArgs e )