IDesigner.OnInputValueChanged, méthode
Appelée lorsqu'une valeur dans le descripteur d'entrée spécifié a changé.
Espace de noms : Microsoft.Data.Schema.Tools.DataGenerator
Assembly : Microsoft.Data.Schema.Tools (dans Microsoft.Data.Schema.Tools.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- sender
Type : System.Object
Objet qui représente la source de l'événement.
- eventArgs
Type : Microsoft.Data.Schema.Tools.DataGenerator.InputChangedEventArgs
InputChangingEventArgs qui contient les données d'événement.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.