'宣言 Public Delegate Sub FloatingEventHandler( _ ByVal sender As System.Object, _ ByVal e As FloatingEventArgs _ )
public delegate void FloatingEventHandler( System.object sender, FloatingEventArgs e )
パラメータ
- sender
- e
'宣言 Public Delegate Sub FloatingEventHandler( _ ByVal sender As System.Object, _ ByVal e As FloatingEventArgs _ )
public delegate void FloatingEventHandler( System.object sender, FloatingEventArgs e )