C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / AsyncEventArgsDeferral Class / Complete Method


In This Topic
Complete Method
In This Topic
Notifies the event the handler is ready to continue.
Syntax
'Declaration
 
Public Sub Complete() 
 
'Usage
 
Dim instance As AsyncEventArgsDeferral
 
instance.Complete()
See Also