IDesigner.OnInputValueChanged Method
Called when a value in the specified input descriptor has changed.
Namespace: Microsoft.Data.Schema.Tools.DataGenerator
Assembly: Microsoft.Data.Schema.Tools (in Microsoft.Data.Schema.Tools.dll)
Syntax
'Declaration
Sub OnInputValueChanged ( _
sender As Object, _
eventArgs As InputChangedEventArgs _
)
void OnInputValueChanged(
Object sender,
InputChangedEventArgs eventArgs
)
void OnInputValueChanged(
Object^ sender,
InputChangedEventArgs^ eventArgs
)
abstract OnInputValueChanged :
sender:Object *
eventArgs:InputChangedEventArgs -> unit
function OnInputValueChanged(
sender : Object,
eventArgs : InputChangedEventArgs
)
Parameters
- sender
Type: System.Object
The object that is the source of the event.
- eventArgs
Type: Microsoft.Data.Schema.Tools.DataGenerator.InputChangedEventArgs
The InputChangingEventArgs that contains the event data.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.