BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.Common.Interfaces.RuntimeObject.Events.BBDAppEventEventArgs Class Reference

Provides data for BBDAppEvent. More...

Inherits EventArgs.

Properties

string Message [get]
 Textual description of the event. More...
 
BBDAppResultCodeEnum Code [get]
 Result code of a BBDAppEvent that is being notified More...
 
BBDAppEventTypeEnum Type [get]
 Type of a BBDAppEvent that is being notified More...
 

Detailed Description

Provides data for BBDAppEvent.

Property Documentation

◆ Code

BBDAppResultCodeEnum BBDXamarinForms.Common.Interfaces.RuntimeObject.Events.BBDAppEventEventArgs.Code
get

Result code of a BBDAppEvent that is being notified

◆ Message

string BBDXamarinForms.Common.Interfaces.RuntimeObject.Events.BBDAppEventEventArgs.Message
get

Textual description of the event.

◆ Type

BBDAppEventTypeEnum BBDXamarinForms.Common.Interfaces.RuntimeObject.Events.BBDAppEventEventArgs.Type
get

Type of a BBDAppEvent that is being notified