'Declaration Public Function New( _
ByVal targetThe target.As PdfJsObject, _
ByVal uiActionNameName of the UI action.As System.String _
)
public PdfJsUIActionEventArgs(
PdfJsObject target,
System.String uiActionName
)
public: PdfJsUIActionEventArgs(
PdfJsObject* target,
System.String uiActionName
)
public:
PdfJsUIActionEventArgs(
PdfJsObject^ target,
System.String uiActionName
)
Parameters
- target
- The target.
- uiActionName
- Name of the UI action.