The event raised on having finished cell layout.

Namespace: Spire.Pdf.Tables
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 7.9.2.0 (7.9.2.1020)

Syntax

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

Value

EndCellLayoutEventHandler

See Also