C1.Silverlight.PdfViewer.5 Assembly > C1.Silverlight.PdfViewer Namespace > C1PdfViewer Class : TextBlockAdded Event |
'Declaration Public Event TextBlockAdded As System.EventHandler(Of TextBlockAddedEventArgs)
public event System.EventHandler<TextBlockAddedEventArgs> TextBlockAdded
The event handler receives an argument of type TextBlockAddedEventArgs containing data related to this event. The following TextBlockAddedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
TextBlock | Gets the current TextBlock. |