Show / Hide Table of Contents

Class PDFViewCtrl.ActionCompletedEventArgs

Inheritance
System.Object
System.EventArgs
PDFViewCtrl.ActionCompletedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: pdftronprivate.PDF
Assembly: PDFNetAndroid.dll
Syntax
public class ActionCompletedEventArgs : EventArgs

Constructors

ActionCompletedEventArgs(Action)

Declaration
public ActionCompletedEventArgs(Action action)
Parameters
Type Name Description
Action action

Properties

Action

Declaration
public Action Action { get; }
Property Value
Type Description
Action
In This Article
Back to top Generated by DocFX