OnAutoValidateChanged Method
In This Topic
Syntax
'Declaration
Protected Overridable Sub OnAutoValidateChanged( _
ByVal As System.EventArgs _
)
'Usage
Dim instance As LicenseDialog
Dim e As System.EventArgs
instance.OnAutoValidateChanged(e)
protected virtual void OnAutoValidateChanged(
System.EventArgs
)
protected procedure OnAutoValidateChanged(
: System.EventArgs
); virtual;
protected function OnAutoValidateChanged(
: System.EventArgs
);
protected: virtual void OnAutoValidateChanged(
System.EventArgs*
)
protected:
virtual void OnAutoValidateChanged(
System.EventArgs^
)
Parameters
- e
Requirements
Target Platforms: .NET CLR 4.8 or higher
See Also