ClickedEventArgs Class (Microsoft.Office.InfoPath)
Provides data for the Clicked event.
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.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Office.InfoPath.ClickedEventArgs
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