ComponentOne PDF for WPF and Silverlight
LostFocus Property (PdfPushButton.ActionCollection)

C1.WPF.Pdf.4 Assembly > C1.WPF.Pdf Namespace > PdfPushButton.ActionCollection Class : LostFocus Property
Gets the List of PdfPushButton.Action objects from the current collection associated with ButtonStateChange.LostFocus button state change.
Syntax
'Declaration
 
Public ReadOnly Property LostFocus As List(Of PdfPushButton.Action)
public List<PdfPushButton.Action> LostFocus {get;}
See Also

Reference

PdfPushButton.ActionCollection Class
PdfPushButton.ActionCollection Members