Partager via


InputChangingEventArgs, constructeur

Initialise une nouvelle instance de la classe InputChangingEventArgs à l'aide du tableau d'entrées fourni, de l'entrée qui change et de la nouvelle valeur.

Espace de noms :  Microsoft.Data.Schema.Tools.DataGenerator
Assembly :  Microsoft.Data.Schema.Tools (dans Microsoft.Data.Schema.Tools.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    inputs As InputDescriptor(), _
    input As InputDescriptor, _
    value As Object _
)
public InputChangingEventArgs(
    InputDescriptor[] inputs,
    InputDescriptor input,
    Object value
)
public:
InputChangingEventArgs(
    array<InputDescriptor^>^ inputs, 
    InputDescriptor^ input, 
    Object^ value
)
new : 
        inputs:InputDescriptor[] * 
        input:InputDescriptor * 
        value:Object -> InputChangingEventArgs
public function InputChangingEventArgs(
    inputs : InputDescriptor[], 
    input : InputDescriptor, 
    value : Object
)

Paramètres

  • value
    Type : System.Object
    Nouvelle valeur qui est assignée à la propriété d'entrée.

Sécurité .NET Framework

Voir aussi

Référence

InputChangingEventArgs Classe

Microsoft.Data.Schema.Tools.DataGenerator, espace de noms