







![]() ![]() |
PDFTron SilverDox SDK |
PopupBody..::..CommentTextBoxLostFocus Event |
PopupBody Class See Also Send Feedback |
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); } |