'宣言 Public Delegate Sub PropertyNotifyEventHandler( _ ByVal sender As System.Object, _ ByVal e As PropertyNotifyEventArgs _ )
'使用法 Dim instance As New PropertyNotifyEventHandler(AddressOf HandlerMethod)
public delegate void PropertyNotifyEventHandler( System.object sender, PropertyNotifyEventArgs e )
パラメータ
- sender
- e