ComponentOne PDF for WPF and Silverlight
Click Property (PdfPushButton)

C1.WPF.Pdf.4 Assembly > C1.WPF.Pdf Namespace > PdfPushButton Class : Click Property
Gets or sets the PdfPushButton.Action invoked when the current button is clicked (corresponds to ButtonStateChange.Released). This property is a shortcut to the first action in the PdfPushButton.ActionCollection.Released collection of the current button's Actions. Note that setting this property clears the PdfPushButton.ActionCollection.Released collection prior to assignment.
Syntax
'Declaration
 
Public Property Click As PdfPushButton.Action
public PdfPushButton.Action Click {get; set;}
See Also

Reference

PdfPushButton Class
PdfPushButton Members