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