CodeDomEventBindingService.ValidateMethodName(String) Method

Definition

Validates the name of the method.

protected:
 override void ValidateMethodName(System::String ^ methodName);
protected:
 override void ValidateMethodName(Platform::String ^ methodName);
 override void ValidateMethodName(std::wstring const & methodName);
protected override void ValidateMethodName (string methodName);
override this.ValidateMethodName : string -> unit
Protected Overrides Sub ValidateMethodName (methodName As String)

Parameters

methodName
String

The method name to validate.

Applies to