PrintNotificationEventDetails.EventData Property

Definition

Gets or sets the event data for a print notification event.

public:
 property Platform::String ^ EventData { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring EventData();

void EventData(winrt::hstring value);
public string EventData { get; set; }
var string = printNotificationEventDetails.eventData;
printNotificationEventDetails.eventData = string;
Public Property EventData As String

Property Value

String

Platform::String

winrt::hstring

The print notification event data.

Remarks

The property is nested XML that is formatted as string. To get this property, parse for the Bidi request and response schema that is embedded in an <Envelope>, following the AsyncUI's balloonUI element message, which contains the action element. The action element contains the <Envelope> where the Bidi response schema is found. Examine the Bidi response to determine the cause of the event.

Applies to