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 SourceCallBackReturn
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
Data
Pointer to extended data message generated by SumatraPDF
Declaration
public IntPtr Data { get; set; }
Property Value
| Type | Description |
|---|---|
| System.IntPtr |
Msg
Message generated by SumatraPDF
Declaration
public string Msg { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |