ComponentOne Xamarin.Android
GetDeferral Method (NotifyCollectionChangedAsyncEventArgs)


C1.CollectionView Assembly > C1.CollectionView Namespace > NotifyCollectionChangedAsyncEventArgs Class : GetDeferral Method
Gets the deferral.
Syntax
'Declaration
 
Public Function GetDeferral() As AsyncEventArgsDeferral
'Usage
 
Dim instance As NotifyCollectionChangedAsyncEventArgs
Dim value As AsyncEventArgsDeferral
 
value = instance.GetDeferral()
public AsyncEventArgsDeferral GetDeferral()
Remarks
The event won't finish until all the deferrals call the comlete method.
See Also

Reference

NotifyCollectionChangedAsyncEventArgs Class
NotifyCollectionChangedAsyncEventArgs Members