PDF .NET Library Documentation - PDF Technologies, Inc.
An action to be performed when the PDF control is "blurred" (loses the input focus).

Namespace:  PDFTech
Assembly:  PDFTechLib (in PDFTechLib.dll) Version: 1.0.0.0 (1.7.9.0)

Syntax

C#
public PDFAction OnLostFocus { get; set; }
Visual Basic (Declaration)
Public Property OnLostFocus As PDFAction
Visual C++
public:
property PDFAction^ OnLostFocus {
	PDFAction^ get ();
	void set (PDFAction^ value);
}

See Also