Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.04 KB

automationpeer_raisenotificationevent_331851708.md

File metadata and controls

33 lines (22 loc) · 1.04 KB
-api-id -api-type
M:Microsoft.UI.Xaml.Automation.Peers.AutomationPeer.RaiseNotificationEvent(Microsoft.UI.Xaml.Automation.Peers.AutomationNotificationKind,Microsoft.UI.Xaml.Automation.Peers.AutomationNotificationProcessing,System.String,System.String)
winrt method

Microsoft.UI.Xaml.Automation.Peers.AutomationPeer.RaiseNotificationEvent

-description

Initiates a notification event.

-parameters

-param notificationKind

Specifies the type of the notification.

-param notificationProcessing

Specifies the order in which to process the notification.

-param displayString

A display string describing the event.

-param activityId

A unique non-localized string to identify an action or group of actions. Use this to pass additional information to the event handler.

-remarks

-see-also

-examples