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 : EventArgsConstructors
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 ActionGroupField Value
| Type | Description | 
|---|---|
| ActionPropertyChangedEventArgs | 
All
Static instance for property change events covering all action properties.
Declaration
public static ActionPropertyChangedEventArgs AllField Value
| Type | Description | 
|---|---|
| ActionPropertyChangedEventArgs | 
Available
Static instance for Available property change events.
Declaration
public static ActionPropertyChangedEventArgs AvailableField Value
| Type | Description | 
|---|---|
| ActionPropertyChangedEventArgs | 
Checked
Static instance for Checked property change events.
Declaration
public static ActionPropertyChangedEventArgs CheckedField Value
| Type | Description | 
|---|---|
| ActionPropertyChangedEventArgs | 
Enabled
Static instance for Enabled property change events.
Declaration
public static ActionPropertyChangedEventArgs EnabledField Value
| Type | Description | 
|---|---|
| ActionPropertyChangedEventArgs | 
Icon
Static instance for Icon property change events.
Declaration
public static ActionPropertyChangedEventArgs IconField Value
| Type | Description | 
|---|---|
| ActionPropertyChangedEventArgs | 
PopupControl
Static instance for PopupControl property change events.
Declaration
public static ActionPropertyChangedEventArgs PopupControlField Value
| Type | Description | 
|---|---|
| ActionPropertyChangedEventArgs | 
Shortcuts
Static instance for Shortcuts property change events.
Declaration
public static ActionPropertyChangedEventArgs ShortcutsField Value
| Type | Description | 
|---|---|
| ActionPropertyChangedEventArgs | 
ShowText
Static instance for ShowText property change events.
Declaration
public static ActionPropertyChangedEventArgs ShowTextField Value
| Type | Description | 
|---|---|
| ActionPropertyChangedEventArgs | 
Size
Static instance for Size property change events.
Declaration
public static ActionPropertyChangedEventArgs SizeField Value
| Type | Description | 
|---|---|
| ActionPropertyChangedEventArgs | 
Style
Static instance for Style property change events.
Declaration
public static ActionPropertyChangedEventArgs StyleField Value
| Type | Description | 
|---|---|
| ActionPropertyChangedEventArgs | 
Text
Static instance for Text property change events.
Declaration
public static ActionPropertyChangedEventArgs TextField Value
| Type | Description | 
|---|---|
| ActionPropertyChangedEventArgs | 
ToolTipText
Static instance for ToolTipText property change events.
Declaration
public static ActionPropertyChangedEventArgs ToolTipTextField 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 |