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:
C#
public class WidgetActionCollection : AnnotationActionCollection
Inheritance: objectAnnotationActionCollectionWidgetActionCollection
Inherited Members
Properties
Gets or sets actions executed when the widget loses input focus.
C#
public ActionCollection OnBlur { get; }
Gets or sets actions executed when the widget gains input focus.
C#
public ActionCollection OnFocus { get; }
Gets or sets actions executed when the hosting page closes.
C#
public ActionCollection OnPageClose { get; }
Gets or sets actions executed when the hosting page becomes invisible.
C#
public ActionCollection OnPageInvisible { get; }
Gets or sets actions executed when the hosting page opens.
C#
public ActionCollection OnPageOpen { get; }
Gets or sets actions executed when the hosting page becomes visible.
C#
public ActionCollection OnPageVisible { get; }