FormControl.EventHandler Generic Delegate
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath.FormControl (in microsoft.office.infopath.formcontrol.dll)
Syntax
'Declaration
Public Delegate Sub EventHandler(Of EventArgs) ( _
sender As Object, _
e As EventArgs _
)
'Usage
Dim instance As New EventHandler(Of EventArgs)(AddressOf HandlerMethod)
public delegate void EventHandler<EventArgs> (
Object sender,
EventArgs e
)
Parameter
- sender
- e