'Declaration
Public Class ReadFormImageEventArgs Inherits System.EventArgs
'Usage
Dim instance As ReadFormImageEventArgs
public class ReadFormImageEventArgs : System.EventArgs
public ref class ReadFormImageEventArgs : public System.EventArgs
'Declaration
Public Class ReadFormImageEventArgs Inherits System.EventArgs
'Usage
Dim instance As ReadFormImageEventArgs
public class ReadFormImageEventArgs : System.EventArgs
public ref class ReadFormImageEventArgs : public System.EventArgs
This class provides the communication between the object that issued a read form event and the object that handles the event.
The Type property in this object conveys information from the issuer of the event to the handler about the image that the handler needs to load.
An event handler for this event should set the FormImage property of this object.
System.Object
System.EventArgs
Accusoft.FormFixSdk.ReadFormImageEventArgs