Класс MoveEventArgs
Represents an event data to move.
Иерархия наследования
System.Object
System.EventArgs
Microsoft.AnalysisServices.CollectionChangeEventArgs
Microsoft.AnalysisServices.MoveEventArgs
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public NotInheritable Class MoveEventArgs _
Inherits CollectionChangeEventArgs
'Применение
Dim instance As MoveEventArgs
public sealed class MoveEventArgs : CollectionChangeEventArgs
public ref class MoveEventArgs sealed : public CollectionChangeEventArgs
[<SealedAttribute>]
type MoveEventArgs =
class
inherit CollectionChangeEventArgs
end
public final class MoveEventArgs extends CollectionChangeEventArgs
Тип MoveEventArgs обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Element | Returns data at a collection changed event. (Производный от CollectionChangeEventArgs.) | |
FromIndex | Gets the index of the event data to be moved. | |
ToIndex | Gets the index to which to move the event data specified by FromIndex. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.