The event raised on starting row lay outing.
Namespace: Spire.Pdf.TablesAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)
Syntax
C# | Visual Basic | Visual C++ | F# |
public event BeginRowLayoutEventHandler BeginRowLayout
Public Event BeginRowLayout As BeginRowLayoutEventHandler
public: event BeginRowLayoutEventHandler^ BeginRowLayout { void add (BeginRowLayoutEventHandler^ value); void remove (BeginRowLayoutEventHandler^ value); }
member BeginRowLayout : IEvent<BeginRowLayoutEventHandler, BeginRowLayoutEventArgs>