TextValuesManager.OnMaximumAssociationsExceeded
Fired from CreateNewAssociation when max number of associations has been exceeded. Allows sink to provide a value for the given label, or to increase the max allowed.
| Syntax | Parameters | Return Value |
|---|---|---|
Event TextValuesManager.OnMaximumAssociationsExceeded( _
mdVal As Double, _
label As String, _
overrideVal As Double, _
newMax As Long)
|
Type: Double
Type: String
Type: Double
Type: Long |
- |