In This Topic

Cancel Property (GdViewer.PdfLaunchActionEventArgs)

In This Topic
Allows to cancel the subsequent application launching action when you turn this parameter to true in the raised event.
Syntax
'Declaration
 
Public Property Cancel As Boolean
public bool Cancel {get; set;}
public read-write property Cancel: Boolean; 
public function get,set Cancel : boolean
public: __property bool get_Cancel();
public: __property void set_Cancel( 
   bool value
);
public:
property bool Cancel {
   bool get();
   void set (    bool value);
}
See Also