'Declaration Public Delegate Sub GettingEditorControlValueEventHandler( _ ByVal sender As Object, _ ByVal e As GettingEditorControlValueEventArgs _ )
'Usage Dim instance As New GettingEditorControlValueEventHandler(AddressOf HandlerMethod)
public delegate void GettingEditorControlValueEventHandler( object sender, GettingEditorControlValueEventArgs e )
Parameters
- sender
- e