'Declaration Public Shared Function CreateLinkMouseUpEventObject( _
ByVal targetThe target doc.As PdfJsDoc _
) As PdfJsEvent
public static PdfJsEvent CreateLinkMouseUpEventObject(
PdfJsDoc target
)
public: static PdfJsEvent* CreateLinkMouseUpEventObject(
PdfJsDoc* target
)
public:
static PdfJsEvent^ CreateLinkMouseUpEventObject(
PdfJsDoc^ target
)
Parameters
- target
- The target doc.
Return Value
JsEvent object.