In This Article

InfoBarClosingEventArgs Class

Provides data for the Closing event.

public class InfoBarClosingEventArgs : CancelRoutedEventArgs
Inheritance:
object EventArgs RoutedEventArgs CancelRoutedEventArgs object

Constructors

InfoBarClosingEventArgs(InfoBarCloseReason)

Initializes a new instance of the class.

public InfoBarClosingEventArgs(InfoBarCloseReason reason)
Parameter Type Description
reason InfoBarCloseReason

The reason the event is being raised.

Properties

Reason

Indicates the reason the event is being raised.

public InfoBarCloseReason Reason { get; }

Property Value

InfoBarCloseReason:

One of the InfoBarCloseReason values.

Inherited Members