'Declaration Public Function New( _
ByVal targetThe target.As Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase, _
ByVal actionNameName of the action.As System.String, _
ByVal jsEventThe js event.As Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsEvent _
)
public PdfTriggerEventArgs(
Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase target,
System.String actionName,
Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsEvent jsEvent
)
public: PdfTriggerEventArgs(
Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase* target,
System.String actionName,
Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsEvent* jsEvent
)
public:
PdfTriggerEventArgs(
Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase^ target,
System.String actionName,
Vintasoft.Imaging.Pdf.JavaScriptApi.PdfJsEvent^ jsEvent
)
Parameters
- target
- The target.
- actionName
- Name of the action.
- jsEvent
- The js event.