Edit

Share via


ClickedEventArgs Class

Definition

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.

Applies to