C# (CSharp) SIL.FieldWorks.FDO.Infrastructure RemoveObjectEventArgs - 15 Beispiele gefunden. Dies sind die am besten bewerteten C# (CSharp) Beispiele für die SIL.FieldWorks.FDO.Infrastructure.RemoveObjectEventArgs, die aus Open Source-Projekten extrahiert wurden. Sie können Beispiele bewerten, um die Qualität der Beispiele zu verbessern.
Verbunden
Related in langs
This class exists to be the argument to RemoveObjectSideEffects, and possibly eventually to events which deal with removing 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. We may also end up with a proper class hierarchy, too; there is a good deal of overlap with AddObjectEventArgs.