In This Article

InfoBarClosingEventArgs Class

Provides data for the Closing event.

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

Constructors

InfoBarClosingEventArgs(InfoBarCloseReason)

Provides data for the Closing event.

public InfoBarClosingEventArgs(InfoBarCloseReason reason)
Parameter Type Description
reason InfoBarCloseReason

The reason the event is being raised.

Properties

Reason

The reason the event is being raised.

public InfoBarCloseReason Reason { get; }

Property Value

InfoBarCloseReason

Inherited Members

Extension Methods