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