Show / Hide Table of Contents

Class PDFViewWPF.ActionEventArgs

Class for Transporting the OnAction event

Inheritance
System.Object
PDFViewWPF.ActionEventArgs
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: pdftron.PDF
Assembly: PDFNet.dll
Syntax
public sealed class ActionEventArgs

Properties

Action

Gets the Action that is about to be executed

Declaration
public Action Action { get; }
Property Value
Type Description
Action

Handled

If set to true, the PDFViewCtrl will not try to execute it internally.

Declaration
public bool Handled { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX