Interface IComplexPropertyChangedDelegate<TComplexProperty extends ComplexProperty>
-
- All Known Implementing Classes:
AttachmentCollection,AttendeeCollection,ComplexPropertyCollection,DeletedOccurrenceInfoCollection,DictionaryProperty,EmailAddressCollection,EmailAddressDictionary,EmailAddressEntry,ExtendedPropertyCollection,FolderIdCollection,FolderPermission,FolderPermissionCollection,GroupMember,GroupMemberCollection,ImAddressDictionary,InternetMessageHeaderCollection,ItemIdCollection,OccurrenceInfoCollection,PhoneNumberDictionary,PhysicalAddressDictionary,PropertyBag,Recurrence.WeeklyPattern,RuleErrorCollection,RuleOperationErrorCollection,SearchFilter.Not,SearchFilter.SearchFilterCollection,SearchFolderParameters
public interface IComplexPropertyChangedDelegate<TComplexProperty extends ComplexProperty>
The Interface ComplexPropertyChangedDelegateInterface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcomplexPropertyChanged(TComplexProperty complexProperty)Complex property changed.
-
-
-
Method Detail
-
complexPropertyChanged
void complexPropertyChanged(TComplexProperty complexProperty)
Complex property changed.- Parameters:
complexProperty- the complex property
-
-