FormControl.EventHandler Generic Delegate

Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath.FormControl (in microsoft.office.infopath.formcontrol.dll)

Syntax

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
)

Parameter

  • sender
  • e

Siehe auch

Referenz

Microsoft.Office.InfoPath-Namespace