IDesigner.OnInputValueChanged Method
When implemented in a class, this method is called when a value in the specified input descriptor has changed.
Namespace: Microsoft.VisualStudio.TeamSystem.Data.DataGenerator
Assembly: Microsoft.VisualStudio.TeamSystem.Data (in microsoft.visualstudio.teamsystem.data.dll)
Syntax
'Declaration
Sub OnInputValueChanged ( _
sender As Object, _
eventArgs As InputChangedEventArgs _
)
'Usage
Dim instance As IDesigner
Dim sender As Object
Dim eventArgs As InputChangedEventArgs
instance.OnInputValueChanged(sender, eventArgs)
void OnInputValueChanged (
Object sender,
InputChangedEventArgs eventArgs
)
void OnInputValueChanged (
Object^ sender,
InputChangedEventArgs^ eventArgs
)
void OnInputValueChanged (
Object sender,
InputChangedEventArgs eventArgs
)
function OnInputValueChanged (
sender : Object,
eventArgs : InputChangedEventArgs
)
Parameters
- sender
The source of the event.
- eventArgs
The InputChangedEventArgs that contains the event data.
Remarks
The InputChangedEventArgs contain the InputDescriptor that was changed and an array of all the InputDescriptors.
See Also
Reference
IDesigner Interface
IDesigner Members
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
DefaultDistributionDesigner Class
DefaultGeneratorDesigner Class
IGeneratorDesigner
Distribution Class
Generator Class