ClassWidgetActionCollection
Event action sets for widget annotations, including focus and page-visibility triggers.
Definition
Namespace:Telerik.Windows.Documents.Fixed.Model.Actions
Assembly:Telerik.Windows.Documents.Fixed.dll
Syntax:
public class WidgetActionCollection : AnnotationActionCollection
Inheritance: objectAnnotationActionCollectionWidgetActionCollection
Inherited Members
Properties
OnBlur
Gets or sets actions executed when the widget loses input focus.
Declaration
public ActionCollection OnBlur { get; }
Property Value
OnFocus
Gets or sets actions executed when the widget gains input focus.
Declaration
public ActionCollection OnFocus { get; }
Property Value
OnPageClose
Gets or sets actions executed when the hosting page closes.
Declaration
public ActionCollection OnPageClose { get; }
Property Value
OnPageInvisible
Gets or sets actions executed when the hosting page becomes invisible.
Declaration
public ActionCollection OnPageInvisible { get; }
Property Value
OnPageOpen
Gets or sets actions executed when the hosting page opens.
Declaration
public ActionCollection OnPageOpen { get; }
Property Value
OnPageVisible
Gets or sets actions executed when the hosting page becomes visible.
Declaration
public ActionCollection OnPageVisible { get; }
Property Value