FormControlEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public delegate void FormControlEventHandler(FormControl ^ sender, FormControlEventArgs ^ e);
public delegate void FormControlEventHandler(FormControl sender, FormControlEventArgs e);
type FormControlEventHandler = delegate of FormControl * FormControlEventArgs -> unit
Public Delegate Sub FormControlEventHandler(sender As FormControl, e As FormControlEventArgs)
Parameters
- sender
- FormControl