RemoveEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a class that removes the event data.
public sealed class RemoveEventArgs : Microsoft.AnalysisServices.CollectionChangeEventArgs
type RemoveEventArgs = class
inherit CollectionChangeEventArgs
Public NotInheritable Class RemoveEventArgs
Inherits CollectionChangeEventArgs
- Inheritance
Properties
Element |
Gets the element that caused the change event. (Inherited from CollectionChangeEventArgs) |
Index |
Gets the index in the collection associated with the change event |