ActivityChangedEventArgs Classe
Definição
Cuidado
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Contém informações sobre as alterações feitas na atividade associada ao designer.Contains information about changes made to the activity associated with the designer.
public ref class ActivityChangedEventArgs : EventArgs
public class ActivityChangedEventArgs : EventArgs
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public class ActivityChangedEventArgs : EventArgs
type ActivityChangedEventArgs = class
inherit EventArgs
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type ActivityChangedEventArgs = class
inherit EventArgs
Public Class ActivityChangedEventArgs
Inherits EventArgs
- Herança
- Atributos
Comentários
Observação
Este material discute tipos e namespaces obsoletos.This material discusses types and namespaces that are obsolete. Para obter mais informações, consulte Deprecated Types in Windows Workflow Foundation 4.5 (Tipos preteridos no Windows Workflow Foundation 4.5).For more information, see Deprecated Types in Windows Workflow Foundation 4.5.
Quando são feitas alterações em uma atividade associada a um designer, o conterá ActivityChangedEventArgs informações sobre a alteração.When changes are made to an activity associated with a designer, the ActivityChangedEventArgs will contain information about the change.
Construtores
| ActivityChangedEventArgs(Activity, MemberDescriptor, Object, Object) |
Inicializa uma instância de ActivityChangedEventArgs.Initializes an instance of the ActivityChangedEventArgs. |
Propriedades
| Activity |
Obtém o Activity que foi alterado.Gets the Activity that has changed. |
| Member |
O membro do Activity sendo alterado.The member of the Activity being changed. |
| NewValue |
O novo valor do membro do Activity que foi alterado.The new value of the member of the Activity that has changed. |
| OldValue |
O antigo valor do membro do Activity que foi alterado.The old value of the member of the Activity that has changed. |
Métodos
| Equals(Object) |
Determina se o objeto especificado é igual ao objeto atual.Determines whether the specified object is equal to the current object. (Herdado de Object) |
| GetHashCode() |
Serve como a função de hash padrão.Serves as the default hash function. (Herdado de Object) |
| GetType() |
Obtém o Type da instância atual.Gets the Type of the current instance. (Herdado de Object) |
| MemberwiseClone() |
Cria uma cópia superficial do Object atual.Creates a shallow copy of the current Object. (Herdado de Object) |
| ToString() |
Retorna uma cadeia de caracteres que representa o objeto atual.Returns a string that represents the current object. (Herdado de Object) |