C# Класс SIL.FieldWorks.FDO.Infrastructure.AddObjectEventArgs

This class exists to be the argument to AddObjectSideEffects, and possibly eventually to events which deal with adding objects to sequences and collections. It provides the information we have so far found to be useful, but can readily be enhanced with more. We are considering the possibility of merging this class with one of the FdoStateChange classes so that they can share all the information required to Undo the change, and thus everything required to inform anyone of what changed.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AddObjectEventArgs ( ICmObject newby, int flid, int index ) : System

Construct one. For the index, pass -1 for a collection and -2 for atomic.

Приватные методы

Метод Описание
AddObjectEventArgs ( ICmObject newby, int flid, int index, ICmObject previousOwner ) : System

Construct one. For the index, pass -1 for a collection and -2 for atomic.

Описание методов

AddObjectEventArgs() публичный Метод

Construct one. For the index, pass -1 for a collection and -2 for atomic.
public AddObjectEventArgs ( ICmObject newby, int flid, int index ) : System
newby ICmObject
flid int
index int
Результат System