次の方法で共有


FormControl.EventHandler Generic Delegate

名前空間: 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

関連項目

参照

Microsoft.Office.InfoPath 名前空間