microsoft.exchange.webservices.data.property.complex
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
 void complexPropertyChanged(TComplexProperty complexProperty)
          Complex property changed.
 

Method Detail

complexPropertyChanged

void complexPropertyChanged(TComplexProperty complexProperty)
Complex property changed.

Parameters:
complexProperty - the complex property


Copyright © 2012–2015 Microsoft. All rights reserved.