EventEntry Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Acts as the property entry for event handlers.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class EventEntry
public class EventEntry
type EventEntry = class
Public Class EventEntry
- Inheritance
-
EventEntry
Remarks
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
.
Constructors
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. |
Properties
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. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |