[To be supplied.]
The following declaration shows the syntax for a method that handles the Validating event.
[Visual Basic] Private Sub FormatName_Validating( _ ByVal sender As Object, _ ByVal e As ValidatingEventArgs _ ) [C#] private void FormatName_Validating( object sender, ValidatingEventArgs e ); [C++] private: void FormatName_Validating( Object* sender, ValidatingEventArgs* e ); [JScript] private FormatName_Validating( sender : Object, e : ValidatingEventArgs );
Property | Description |
---|---|
|
|
|
Format Class | Format MembersTopic | System.WinForms.ComponentModel Namespace