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

In This Topic
    Released Property
    In This Topic
    Gets the List of PdfPushButton.Action objects from the current collection associated with ButtonStateChange.Released button state change.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Released As List(Of PdfPushButton.Action)
    public List<PdfPushButton.Action> Released {get;}
    See Also