Uses of Interface
microsoft.exchange.webservices.data.property.complex.IPropertyBagChangedDelegate
-
Packages that use IPropertyBagChangedDelegate Package Description microsoft.exchange.webservices.data.core microsoft.exchange.webservices.data.property.complex -
-
Uses of IPropertyBagChangedDelegate in microsoft.exchange.webservices.data.core
Methods in microsoft.exchange.webservices.data.core with parameters of type IPropertyBagChangedDelegate Modifier and Type Method Description voidSimplePropertyBag. addOnChangeEvent(IPropertyBagChangedDelegate<TKey> change)Set event to happen when property changed.voidSimplePropertyBag. removeChangeEvent(IPropertyBagChangedDelegate<TKey> change)Remove the event from happening when property changed. -
Uses of IPropertyBagChangedDelegate in microsoft.exchange.webservices.data.property.complex
Classes in microsoft.exchange.webservices.data.property.complex that implement IPropertyBagChangedDelegate Modifier and Type Class Description classPhysicalAddressEntryRepresents an entry of an PhysicalAddressDictionary.
-