Gets or sets the action to be performed when the control loses
the input focus.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public PdfAction OnLostFocus { get; set; }
VB
Public Property OnLostFocus As PdfAction
Get
Set
Property Value
Type:
PdfActionThe action to be performed when the control loses
the input focus.
See Also