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 | |
---|---|---|
Element | Returns data at a collection changed event. Ereditato da CollectionChangeEventArgs. | |
Index | Gets the index from which to remove the data. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
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.