Name | Description | |
---|---|---|
NUpdateCommandSourceEventArgs Constructor | Initializer constructor |
The following tables list the members exposed by NUpdateCommandSourceEventArgs.
Name | Description | |
---|---|---|
NUpdateCommandSourceEventArgs Constructor | Initializer constructor |
Name | Description | |
---|---|---|
ActiveParameter | Gets or sets the active parameter that should be displayed by the source. The value of this property needs to be updated, only if the UpdateActiveParameter is true. | |
Checked | Gets or sets whether the source must be checked or not. The value of this property needs to be updated, only if the UpdateChecked is true. | |
ColorSelectorFactory | ||
Enabled | Gets or sets whether the source must be enabled or disabled. The value of this property needs to be updated, only if the UpdateEnabled is true. | |
ParameterList | Gets or sets the parameter list that should be displayed by the source. The value of this property needs to be updated, only if the UpdateParameterList is true. | |
TooltipContent | Gets or sets the content of the tooltip that must be assigned to the source. The value of this property needs to be updated, only if the UpdateTooltipContent is true. | |
UpdateActiveParameter | Gets whether the ActiveParameter of the source should be updated | |
UpdateChecked | Gets whether the Checked state of the source should be updated | |
UpdateColorSelectorFactory | Gets whether the ColorSelectorFactory of the source should be updated | |
UpdateEnabled | Gets whether the Enabled state of the source should be updated | |
UpdateParameterList | Gets whether the ParameterList of the source should be updated | |
UpdateTooltipContent | Gets whether the content of the source tooltip should be updated |