RemoveEventArgs Class

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public NotInheritable Class RemoveEventArgs _
    Inherits CollectionChangeEventArgs
'Usage
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

Inheritance Hierarchy

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.