CommentTextBoxLostFocus Event

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Occurs when the comment text box looses focus.

Namespace: PDFTron.SilverDox.Documents.Annotations
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010

Syntax

C#
public event EventHandler<RoutedEventArgs> CommentTextBoxLostFocus
Visual Basic
Public Event CommentTextBoxLostFocus As EventHandler(Of RoutedEventArgs)
Visual C++
public:
 event EventHandler<RoutedEventArgs^>^ CommentTextBoxLostFocus {
	void add (EventHandler<RoutedEventArgs^>^ value);
	void remove (EventHandler<RoutedEventArgs^>^ value);
}

See Also