InputChangingEventArgs クラス

ユーザーが出力プロパティを変更したときに発生する検証イベントに対してデータを提供します。

名前空間 :  Microsoft.Data.Schema.DataGenerator
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
<CLSCompliantAttribute(True)> _
Public NotInheritable Class InputChangingEventArgs _
    Inherits EventArgs
'使用
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

解説

InputChangingEventArgs は、次のイベントに関するデータを提供します。

プロパティに対する新しい値の割り当てをキャンセルするには、これらのいずれかのメソッドで InputValidationException をスローします。

継承階層

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

スレッド セーフ

この型のすべてのパブリック static (Visual Basic では Shared) メンバは、スレッド セーフです。 インスタンス メンバの場合は、スレッド セーフであるとは限りません。

参照

参照

InputChangingEventArgs メンバ

Microsoft.Data.Schema.DataGenerator 名前空間

OnInputChangeValidation(Object, InputChangingEventArgs)

OnInputChangeValidation

OnInputChangeValidation