Compartilhar via


Classe BackgroundBrushChangedEventArgs

Fornece informações sobre como o BackgroundBrushChanged evento.

Hierarquia de herança

Object
  EventArgs
    Microsoft.VisualStudio.Text.Editor.BackgroundBrushChangedEventArgs

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (em Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintaxe

'Declaração
Public Class BackgroundBrushChangedEventArgs _
    Inherits EventArgs
public class BackgroundBrushChangedEventArgs : EventArgs
public ref class BackgroundBrushChangedEventArgs : public EventArgs
type BackgroundBrushChangedEventArgs =  
    class 
        inherit EventArgs 
    end
public class BackgroundBrushChangedEventArgs extends EventArgs

O tipo BackgroundBrushChangedEventArgs expõe os membros a seguir.

Construtores

  Nome Descrição
Método público BackgroundBrushChangedEventArgs Inicializa uma nova instância de um BackgroundBrushChangedEventArgs.

Superior

Propriedades

  Nome Descrição
Propriedade pública NewBackgroundBrush Gets the new Brush for an IWpfTextView.

Superior

Métodos

  Nome Descrição
Método público Equals Determines whether the specified object is equal to the current object. (Herdado de Object.)
Método protegido Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.)
Método público GetHashCode Serves as the default hash function. (Herdado de Object.)
Método público GetType Gets the Type of the current instance. (Herdado de Object.)
Método protegido MemberwiseClone Creates a shallow copy of the current Object. (Herdado de Object.)
Método público ToString Returns a string that represents the current object. (Herdado de Object.)

Superior

Acesso thread-safe

Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.

Consulte também

Referência

Namespace Microsoft.VisualStudio.Text.Editor