Show / Hide Table of Contents

Class SumatraPDFControl.SumatraMessageEventArgs

Argument class received by SumatraMessage generic event

Inheritance
System.Object
System.EventArgs
SumatraPDFControl.SumatraMessageEventArgs
Namespace: SumatraPDF
Assembly: SumatraPDFControl.dll
Syntax
public class SumatraMessageEventArgs : EventArgs

Properties

| Improve this Doc View Source

CallBackReturn

Indicates wether event will be handled or not (default false)

Declaration
public int CallBackReturn { get; set; }
Property Value
Type Description
System.Int32
Remarks

if set to true event will not be handled by SumatraPDF

| Improve this Doc View Source

Data

Pointer to extended data message generated by SumatraPDF

Declaration
public IntPtr Data { get; set; }
Property Value
Type Description
System.IntPtr
| Improve this Doc View Source

Msg

Message generated by SumatraPDF

Declaration
public string Msg { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX