InputChangingEventArgs Class

Provides data for the validation events that occur when 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 InputChangingEventArgs _
    Inherits EventArgs
'Usage
Dim instance As InputChangingEventArgs
[CLSCompliantAttribute(true)]
public sealed class InputChangingEventArgs : EventArgs
[CLSCompliantAttribute(true)]
public ref class InputChangingEventArgs sealed : public EventArgs
public final class InputChangingEventArgs extends EventArgs

Remarks

InputChangingEventArgs provides data for the following events:

To cancel the assignment of a new value to a property, throw a InputValidationException in one of these methods.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Data.Schema.DataGenerator.InputChangingEventArgs

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.

See Also

Reference

InputChangingEventArgs Members

Microsoft.Data.Schema.DataGenerator Namespace

OnInputChangeValidation(Object, InputChangingEventArgs)

OnInputChangeValidation

OnInputChangeValidation