CommentTextBoxMouseLeave Event

PDFTron SilverDox SDK

Collapse imageExpand ImageCopy imageCopyHover image
Occures when the mouse leaves the comment text box.

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

Syntax

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

See Also