Search Results for

    Show / Hide Table of Contents

    Class ActionPropertyChangedEventArgs

    Event args for the PropertyChanged event.

    Inheritance
    System.Object
    System.EventArgs
    ActionPropertyChangedEventArgs
    Inherited Members
    System.EventArgs.Empty
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Desktop.IntegrationApi.Extensions.Internal
    Assembly: Sdl.Desktop.IntegrationApi.Extensions.dll
    Syntax
    public sealed class ActionPropertyChangedEventArgs : EventArgs

    Constructors

    ActionPropertyChangedEventArgs(ActionProperties)

    Creates a new instance for the specified action properties.

    Declaration
    public ActionPropertyChangedEventArgs(ActionProperties properties)
    Parameters
    Type Name Description
    ActionProperties properties

    The action properties that have changed.

    Fields

    ActionGroup

    Static instance for Text property change events.

    Declaration
    public static ActionPropertyChangedEventArgs ActionGroup
    Field Value
    Type Description
    ActionPropertyChangedEventArgs

    All

    Static instance for property change events covering all action properties.

    Declaration
    public static ActionPropertyChangedEventArgs All
    Field Value
    Type Description
    ActionPropertyChangedEventArgs

    Available

    Static instance for Available property change events.

    Declaration
    public static ActionPropertyChangedEventArgs Available
    Field Value
    Type Description
    ActionPropertyChangedEventArgs

    Checked

    Static instance for Checked property change events.

    Declaration
    public static ActionPropertyChangedEventArgs Checked
    Field Value
    Type Description
    ActionPropertyChangedEventArgs

    Enabled

    Static instance for Enabled property change events.

    Declaration
    public static ActionPropertyChangedEventArgs Enabled
    Field Value
    Type Description
    ActionPropertyChangedEventArgs

    Icon

    Static instance for Icon property change events.

    Declaration
    public static ActionPropertyChangedEventArgs Icon
    Field Value
    Type Description
    ActionPropertyChangedEventArgs

    PopupControl

    Static instance for PopupControl property change events.

    Declaration
    public static ActionPropertyChangedEventArgs PopupControl
    Field Value
    Type Description
    ActionPropertyChangedEventArgs

    Shortcuts

    Static instance for Shortcuts property change events.

    Declaration
    public static ActionPropertyChangedEventArgs Shortcuts
    Field Value
    Type Description
    ActionPropertyChangedEventArgs

    ShowText

    Static instance for ShowText property change events.

    Declaration
    public static ActionPropertyChangedEventArgs ShowText
    Field Value
    Type Description
    ActionPropertyChangedEventArgs

    Size

    Static instance for Size property change events.

    Declaration
    public static ActionPropertyChangedEventArgs Size
    Field Value
    Type Description
    ActionPropertyChangedEventArgs

    Style

    Static instance for Style property change events.

    Declaration
    public static ActionPropertyChangedEventArgs Style
    Field Value
    Type Description
    ActionPropertyChangedEventArgs

    Text

    Static instance for Text property change events.

    Declaration
    public static ActionPropertyChangedEventArgs Text
    Field Value
    Type Description
    ActionPropertyChangedEventArgs

    ToolTipText

    Static instance for ToolTipText property change events.

    Declaration
    public static ActionPropertyChangedEventArgs ToolTipText
    Field Value
    Type Description
    ActionPropertyChangedEventArgs

    Properties

    Properties

    Gets the action properties that have changed.

    Declaration
    public ActionProperties Properties { get; }
    Property Value
    Type Description
    ActionProperties

    Methods

    ContainsProperty(ActionProperties)

    Returns true when the specified property has been changed.

    Declaration
    public bool ContainsProperty(ActionProperties property)
    Parameters
    Type Name Description
    ActionProperties property
    Returns
    Type Description
    System.Boolean

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • ActionPropertyChangedEventArgs(ActionProperties)
    • Fields
      • ActionGroup
      • All
      • Available
      • Checked
      • Enabled
      • Icon
      • PopupControl
      • Shortcuts
      • ShowText
      • Size
      • Style
      • Text
      • ToolTipText
    • Properties
      • Properties
    • Methods
      • ContainsProperty(ActionProperties)
    • Extension Methods
    Back to top Generated by DocFX