名前空間: Microsoft.Office.InfoPath
アセンブリ: Microsoft.Office.InfoPath.FormControl (microsoft.office.infopath.formcontrol.dll 内)
構文
'宣言
Public Delegate Sub EventHandler(Of EventArgs) ( _
sender As Object, _
e As EventArgs _
)
'使用
Dim instance As New EventHandler(Of EventArgs)(AddressOf HandlerMethod)
public delegate void EventHandler<EventArgs> (
Object sender,
EventArgs e
)
パラメータ
- sender
- e