ClickedEventArgs 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.
Provides data for the Clicked event.
public ref class ClickedEventArgs abstract : EventArgs
public abstract class ClickedEventArgs : EventArgs
type ClickedEventArgs = class
inherit EventArgs
Public MustInherit Class ClickedEventArgs
Inherits EventArgs
- Inheritance
-
ClickedEventArgs
Remarks
The ClickedEventArgs object passes state information to an event handler for the Clicked event, which is associated with a Button control.
Constructors
ClickedEventArgs() |
Properties
ControlId |
Gets the value of ID property for the Button control that raised the event. |
Source |
Gets an XPathNavigator object positioned at the innermost XML node of the form's underlying XML document that contains the Button control. |