Share via


Application.GetSendAppearingEventOnResume Method

Definition

Overloads

GetSendAppearingEventOnResume(BindableObject)

Returns a Boolean value that tells whether the appearing event is sent when the application resumes.

GetSendAppearingEventOnResume(IPlatformElementConfiguration<Android,Application>)

Returns a Boolean value that tells whether the appearing event is sent when the application resumes.

GetSendAppearingEventOnResume(BindableObject)

Source:
Application.cs
Source:
Application.cs

Returns a Boolean value that tells whether the appearing event is sent when the application resumes.

public:
 static bool GetSendAppearingEventOnResume(Microsoft::Maui::Controls::BindableObject ^ element);
public static bool GetSendAppearingEventOnResume (Microsoft.Maui.Controls.BindableObject element);
static member GetSendAppearingEventOnResume : Microsoft.Maui.Controls.BindableObject -> bool
Public Function GetSendAppearingEventOnResume (element As BindableObject) As Boolean

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

Applies to

GetSendAppearingEventOnResume(IPlatformElementConfiguration<Android,Application>)

Source:
Application.cs
Source:
Application.cs

Returns a Boolean value that tells whether the appearing event is sent when the application resumes.

public:
[System::Runtime::CompilerServices::Extension]
 static bool GetSendAppearingEventOnResume(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::Application ^> ^ config);
public static bool GetSendAppearingEventOnResume (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.Application> config);
static member GetSendAppearingEventOnResume : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.Application> -> bool
<Extension()>
Public Function GetSendAppearingEventOnResume (config As IPlatformElementConfiguration(Of Android, Application)) As Boolean

Parameters

config
IPlatformElementConfiguration<Android,Application>

The platform specific configuration that contains the element on which to perform the operation.

Returns

Applies to