Sdílet prostřednictvím


IDesigner.OnInputValueChanged – metoda

Nazývá se při změně hodnoty v zadané vstupní popisovač.

Obor názvů:  Microsoft.Data.Schema.Tools.DataGenerator
Sestavení:  Microsoft.Data.Schema.Tools (v Microsoft.Data.Schema.Tools.dll)

Syntaxe

'Deklarace
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
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

IDesigner Rozhraní

Microsoft.Data.Schema.Tools.DataGenerator – obor názvů

InputChangingEventArgs