Application.GetSendDisappearingEventOnPause 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.
Overloads
GetSendDisappearingEventOnPause(BindableObject) |
Returns a Boolean value that tells whether the disappearing event is sent when the application is paused. |
GetSendDisappearingEventOnPause(IPlatformElementConfiguration<Android,Application>) |
Returns a Boolean value that tells whether the disappearing event is sent when the application is paused. |
GetSendDisappearingEventOnPause(BindableObject)
- Source:
- Application.cs
- Source:
- Application.cs
Returns a Boolean value that tells whether the disappearing event is sent when the application is paused.
public:
static bool GetSendDisappearingEventOnPause(Microsoft::Maui::Controls::BindableObject ^ element);
public static bool GetSendDisappearingEventOnPause (Microsoft.Maui.Controls.BindableObject element);
static member GetSendDisappearingEventOnPause : Microsoft.Maui.Controls.BindableObject -> bool
Public Function GetSendDisappearingEventOnPause (element As BindableObject) As Boolean
Parameters
- element
- BindableObject
The platform specific element on which to perform the operation.
Returns
Applies to
GetSendDisappearingEventOnPause(IPlatformElementConfiguration<Android,Application>)
- Source:
- Application.cs
- Source:
- Application.cs
Returns a Boolean value that tells whether the disappearing event is sent when the application is paused.
public:
[System::Runtime::CompilerServices::Extension]
static bool GetSendDisappearingEventOnPause(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Android ^, Microsoft::Maui::Controls::Application ^> ^ config);
public static bool GetSendDisappearingEventOnPause (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android,Microsoft.Maui.Controls.Application> config);
static member GetSendDisappearingEventOnPause : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Android, Microsoft.Maui.Controls.Application> -> bool
<Extension()>
Public Function GetSendDisappearingEventOnPause (config As IPlatformElementConfiguration(Of Android, Application)) As Boolean
Parameters
The platform specific configuration that contains the element on which to perform the operation.