EventEntry.HandlerMethodName Property

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the name of the method that handles the event.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

Public Property HandlerMethodName As String

Property Value

Type: System.String

A String containing the event handler method name.

In the property setting, the HandlerMethodName property is set to the value of the expression.

.NET Framework
Available since 2.0
Return to top
Show: