InfoBarClosingEventArgs Class
Provides data for the Closing event.
public class InfoBarClosingEventArgs : CancelRoutedEventArgs
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
- CancelRoutedEventArgs.Cancel
- RoutedEventArgs.Handled
- RoutedEventArgs.RoutedEvent
- RoutedEventArgs.Route
- RoutedEventArgs.Source
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()