Share via


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.

.NET Framework Security

See Also

Reference

IDesigner Interface

Microsoft.Data.Schema.Tools.DataGenerator Namespace

InputChangingEventArgs