ButtonEvent 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.
Implements the event associated with a Button control on a form.
public ref class ButtonEvent abstract
public abstract class ButtonEvent
type ButtonEvent = class
Public MustInherit Class ButtonEvent
- Inheritance
-
ButtonEvent
Remarks
The ButtonEvent class implements the event that is raised when a Button control is clicked on a form. The ButtonEvent class itself is not meant to be manually instantiated in your form code. When you add an event handler for a Button control from the design mode user interface, Microsoft InfoPath generates code in the InternalStartup method of your form code file to bind the event handler to the Clicked event.
For information on how to add event handlers in InfoPath design mode, see How Do I: Add an Event Handler.
Constructors
ButtonEvent() |
Events
Clicked |
Occurs when a Button control is clicked within a view in a form. |