ClickedEventArgs class

Provides data for the Clicked event.

Inheritance hierarchy

System.Object
  System.EventArgs
    Microsoft.Office.InfoPath.ClickedEventArgs

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)

Syntax

'Declaration
Public MustInherit Class ClickedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ClickedEventArgs
public abstract class ClickedEventArgs : EventArgs

Remarks

The ClickedEventArgs object passes state information to an event handler for the Clicked event, which is associated with a Button control.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ClickedEventArgs members

Microsoft.Office.InfoPath namespace