Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    IProgressStatus Interface

    Namespace: Stride.Core.Diagnostics
    Assembly: Stride.Core.dll

    Provides progress of an operation.

    public interface IProgressStatus
    Name Description
    Methods
    OnProgressChanged(ProgressStatusEventArgs)

    Handles the ProgressChanged event.

    Events
    ProgressChanged

    An event handler to notify the progress of an operation.

    | Improve this Doc View Source

    Methods


    OnProgressChanged(ProgressStatusEventArgs)

    Handles the ProgressChanged event.

    void OnProgressChanged(ProgressStatusEventArgs e)
    Parameters
    Type Name Description
    ProgressStatusEventArgs e

    The ProgressStatusEventArgs instance containing the event data.

    | Improve this Doc View Source

    Events


    ProgressChanged

    An event handler to notify the progress of an operation.

    event EventHandler<ProgressStatusEventArgs> ProgressChanged
    Event Type
    Type Description
    System.EventHandler<ProgressStatusEventArgs>

    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation