Condividi tramite


Classe RemoveEventArgs

Represents a class that removes the event data.

Gerarchia di ereditarietà

System.Object
  System.EventArgs
    Microsoft.AnalysisServices.CollectionChangeEventArgs
      Microsoft.AnalysisServices.RemoveEventArgs

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class RemoveEventArgs _
    Inherits CollectionChangeEventArgs
'Utilizzo
Dim instance As RemoveEventArgs
public sealed class RemoveEventArgs : CollectionChangeEventArgs
public ref class RemoveEventArgs sealed : public CollectionChangeEventArgs
[<SealedAttribute>]
type RemoveEventArgs =  
    class 
        inherit CollectionChangeEventArgs 
    end
public final class RemoveEventArgs extends CollectionChangeEventArgs

Nel tipo RemoveEventArgs sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Element Returns data at a collection changed event. Ereditato da CollectionChangeEventArgs.
Proprietà pubblica Index Gets the index from which to remove the data.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices