PDF for UWP | ComponentOne
C1.Xaml.Pdf Namespace / PdfPushButton Class / Click Property

In This Topic
    Click Property
    In This Topic
    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