Blazor | ComponentOne
C1.DataCollection Assembly / C1.Core Namespace / AsyncEventArgsDeferral Class / CancellationToken Property

In This Topic
    CancellationToken Property (AsyncEventArgsDeferral)
    In This Topic
    Gets the cancellation token passed by the event raiser.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CancellationToken As CancellationToken
    public CancellationToken CancellationToken {get;}
    See Also