The event raised on starting row lay outing.
Namespace: Spire.Pdf.TablesAssembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)
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>