ActionEventArgsHandled Property |
If set to true, the PDFViewCtrl will not try to execute it internally.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public bool Handled { get; set; }
Public Property Handled As Boolean
Get
Set
public:
virtual property bool Handled {
bool get () sealed;
void set (bool value) sealed;
}
function get_Handled();
function set_Handled(value);
Property Value
Type:
BooleanSee Also