Represents the method that will handle the RollbackParagraph event of a Paragraph.
Namespace: TallComponents.PDF.Layout.ParagraphsAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0
Syntax
| C# |
|---|
public delegate void RollbackParagraphEventHandler( Paragraph sender, RollbackParagraphEventArgs e ) |
| Visual Basic |
|---|
Public Delegate Sub RollbackParagraphEventHandler ( _ sender As Paragraph, _ e As RollbackParagraphEventArgs _ ) |