WinUI | ComponentOne
C1.WinUI.Input Assembly / C1.WinUI.Input Namespace / TextBoxAutoCompleteEventArgs Class / GetDeferral Method
In This Topic
    GetDeferral Method (TextBoxAutoCompleteEventArgs)
    In This Topic
    Gets the deferral.
    Syntax
    public AsyncEventArgsDeferral GetDeferral()
    Remarks
    The event won't finish until all the deferrals call the complete method.
    See Also