SourceLocationUpdatedEventArgs Classe
Definição
Fornece dados para o evento SourceLocationUpdated.Provides data for the SourceLocationUpdated event.
public ref class SourceLocationUpdatedEventArgs : EventArgs
public class SourceLocationUpdatedEventArgs : EventArgs
type SourceLocationUpdatedEventArgs = class
inherit EventArgs
Public Class SourceLocationUpdatedEventArgs
Inherits EventArgs
- Herança
Construtores
| SourceLocationUpdatedEventArgs(Guid, SourceLocation) |
Inicializa uma nova instância da classe SourceLocationUpdatedEventArgs.Initializes a new instance of the SourceLocationUpdatedEventArgs class. |
Propriedades
| ObjectReference |
Obtém o Guid da ObjectReference que foi alterada.Gets the Guid of the ObjectReference that changed. |
| UpdatedSourceLocation |
Obtém o local de origem atualizado.Gets the updated source location. |
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) |