EventBindingService::ValidateMethodName Method (String^)
.NET Framework (current version)
Validates that the provided method name is valid for the language or script being used.
Assembly: System.Design (in System.Design.dll)
Parameters
- methodName
-
Type:
System::String^
The method name to validate.
The default implementation does nothing. You may override this and throw an exception if the name is invalid for your use.
.NET Framework
Available since 2.0
Available since 2.0
Show: