ActivityIndicatorHandler.MapIsRunning Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps the abstract IsRunning property to the platform-specific implementations.
public:
static void MapIsRunning(Microsoft::Maui::Handlers::IActivityIndicatorHandler ^ handler, Microsoft::Maui::IActivityIndicator ^ activityIndicator);
public static void MapIsRunning (Microsoft.Maui.Handlers.IActivityIndicatorHandler handler, Microsoft.Maui.IActivityIndicator activityIndicator);
static member MapIsRunning : Microsoft.Maui.Handlers.IActivityIndicatorHandler * Microsoft.Maui.IActivityIndicator -> unit
Public Shared Sub MapIsRunning (handler As IActivityIndicatorHandler, activityIndicator As IActivityIndicator)
Parameters
- handler
- IActivityIndicatorHandler
The associated handler.
- activityIndicator
- IActivityIndicator
The associated IActivityIndicator instance.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.