IDesigner.OnInputValueChanged Method
Called when a value in the specified input descriptor has changed.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.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
)
function OnInputValueChanged(
sender : Object,
eventArgs : InputChangedEventArgs
)
abstract OnInputValueChanged :
sender:Object *
eventArgs:InputChangedEventArgs -> unit
Parameters
- sender
Type: System.Object
The source of the event
- eventArgs
Type: Microsoft.Data.Schema.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.