Class ActionPropertyChangedEventArgs
Event args for the PropertyChanged event.
Inheritance
Inherited Members
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 |