The event raised on starting cell lay outing.

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 6.2.6.0 (6.2.6.2020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public event BeginCellLayoutEventHandler BeginCellLayout
Public Event BeginCellLayout As BeginCellLayoutEventHandler
public:
 event BeginCellLayoutEventHandler^ BeginCellLayout {
	void add (BeginCellLayoutEventHandler^ value);
	void remove (BeginCellLayoutEventHandler^ value);
}
member BeginCellLayout : IEvent<BeginCellLayoutEventHandler,
    BeginCellLayoutEventArgs>

Value

BeginCellLayoutEventHandler

See Also