ButtonEvent Members
Include Protected Members
Include Inherited Members
Implements the event associated with a Button control on a form.
The ButtonEvent type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ButtonEvent |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
Clicked | Occurs when a Button control is clicked within a view in a form. |
Top