InputChangedEventArgs Class
Provides data for the events that occur after the user changes input properties.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
<CLSCompliantAttribute(True)> _
Public NotInheritable Class InputChangedEventArgs _
Inherits EventArgs
'Usage
Dim instance As InputChangedEventArgs
[CLSCompliantAttribute(true)]
public sealed class InputChangedEventArgs : EventArgs
[CLSCompliantAttribute(true)]
public ref class InputChangedEventArgs sealed : public EventArgs
public final class InputChangedEventArgs extends EventArgs
Remarks
InputChangedEventArgs provides data for the following events:
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Data.Schema.DataGenerator.InputChangedEventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.