Delegate ParameterAutoCompleteEventHandler
- Namespace
- combit.Reporting
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents the method that will handle the event raised when getting parameter auto completion information.
public delegate void ParameterAutoCompleteEventHandler(object sender, ParameterAutoCompleteEventArgs e)
Parameters
senderobjectThe source of the event.
eParameterAutoCompleteEventArgsA ParameterAutoCompleteEventArgs that contains the event data.