EventEntry Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Acts as the property entry for event handlers.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | EventEntry() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the EventEntry class. |
| Name | Description | |
|---|---|---|
![]() | HandlerMethodName | 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. |
![]() | HandlerType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the type of delegate for the event. |
![]() | Name | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the property from the expression. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The page parser uses property entry classes during parsing to represent expressions found within server control tags. The EventEntry class is used for expressions that are bound to properties that specify an event handler. These bound properties start with "on", such as OnClick or OnInit.
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


