Class ParameterAutoCompleteEventArgs
- Namespace
- combit.Reporting
- Assembly
- combit.ListLabel31.CrossPlatform.dll
Represents the event arguments for the parameter auto-complete event. Just added for compatibility reasons, only use with DesignerFunction.
public sealed class ParameterAutoCompleteEventArgs : EventArgs
- Inheritance
-
ParameterAutoCompleteEventArgs
- Inherited Members
Properties
ParameterIndex
Gets or sets the index of the parameter.
public int ParameterIndex { get; set; }
Property Value
Values
Gets the list of values for auto-complete.
public IList Values { get; }