ContainerControl.AutoValidateChanged 事件

定義

發生於 AutoValidate 屬性變更時。

public:
 event EventHandler ^ AutoValidateChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler AutoValidateChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler? AutoValidateChanged;
[<System.ComponentModel.Browsable(false)>]
member this.AutoValidateChanged : EventHandler 
Public Custom Event AutoValidateChanged As EventHandler 

事件類型

屬性

範例

AutoValidate

OnAutoValidateChanged

備註

如需處理事件的詳細資訊,請參閱 處理和引發事件

適用於