Class WidgetActionCollection
Represents a collection of Action objects, specifically for widget annotations.
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 the collection of actions triggered when the widget loses the input focus.
Declaration
public ActionCollection OnBlur { get; }
Property Value
ActionCollection
|
OnFocus
Gets or sets the collection of actions triggered when the widget gains the input focus.
Declaration
public ActionCollection OnFocus { get; }
Property Value
ActionCollection
|
OnPageClose
Gets or sets the collection of actions triggered when the page containing the widget is closed.
Declaration
public ActionCollection OnPageClose { get; }
Property Value
ActionCollection
|
OnPageInvisible
Gets or sets the collection of actions triggered when the page containing the widget becomes invisible.
Declaration
public ActionCollection OnPageInvisible { get; }
Property Value
ActionCollection
|
OnPageOpen
Gets or sets the collection of actions triggered when the page containing the widget is opened.
Declaration
public ActionCollection OnPageOpen { get; }
Property Value
ActionCollection
|
OnPageVisible
Gets or sets the collection of actions triggered when the page containing the widget becomes visible.
Declaration
public ActionCollection OnPageVisible { get; }
Property Value
ActionCollection
|