ComponentOne PDF for WPF and Silverlight
PdfPushButton.Action Constructor(ButtonAction,String)

C1.Silverlight.Pdf.5 Assembly > C1.Silverlight.Pdf Namespace > PdfPushButton.Action Class > PdfPushButton.Action Constructor : PdfPushButton.Action Constructor(ButtonAction,String)
Specifies the action type.
Specifies the command associated with the action (semantics depend on actionType).
Initializes a new instance of the PdfPushButton.Action class.
Syntax
'Declaration
 
Public Function New( _
   ByVal actionType As ButtonAction, _
   ByVal cmd As String _
)
public PdfPushButton.Action( 
   ButtonAction actionType,
   string cmd
)

Parameters

actionType
Specifies the action type.
cmd
Specifies the command associated with the action (semantics depend on actionType).
See Also

Reference

PdfPushButton.Action Class
PdfPushButton.Action Members
Overload List