Class
WidgetActionCollection

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:

cs-api-definition
public class WidgetActionCollection : AnnotationActionCollection

Inheritance: objectAnnotationActionCollectionWidgetActionCollection

Inherited Members AnnotationActionCollection.MouseEnterAnnotationActionCollection.MouseExitAnnotationActionCollection.MouseDownAnnotationActionCollection.MouseUp

Properties

OnBlur

Gets or sets actions executed when the widget loses input focus.

Declaration

cs-api-definition
public ActionCollection OnBlur { get; }

Property Value

ActionCollection

OnFocus

Gets or sets actions executed when the widget gains input focus.

Declaration

cs-api-definition
public ActionCollection OnFocus { get; }

Property Value

ActionCollection

OnPageClose

Gets or sets actions executed when the hosting page closes.

Declaration

cs-api-definition
public ActionCollection OnPageClose { get; }

Property Value

ActionCollection

OnPageInvisible

Gets or sets actions executed when the hosting page becomes invisible.

Declaration

cs-api-definition
public ActionCollection OnPageInvisible { get; }

Property Value

ActionCollection

OnPageOpen

Gets or sets actions executed when the hosting page opens.

Declaration

cs-api-definition
public ActionCollection OnPageOpen { get; }

Property Value

ActionCollection

OnPageVisible

Gets or sets actions executed when the hosting page becomes visible.

Declaration

cs-api-definition
public ActionCollection OnPageVisible { get; }

Property Value

ActionCollection