​
​
​

The FrameEventArgs class provides data for all events that occur with frames. A frame can be an image, a text frame, a chart, a barcode or a drawing.

Syntax

​public class FrameEventArgs: EventArgs
​Public Class FrameEventArgs
  Inherits EventArgs

​ Introduced: X14.

Properties

Property Description
Frame Gets an object that represents the frame which causes the event.
​