[]
Event arguments that is used when messagebox is showing
public class MessageBoxShowingEventArgs : EventArgs
Name | Description |
---|---|
MessageBoxShowingEventArgs(string, MessageBoxImage, UIElement) | Initializes a new instance of the MessageBoxShowingEventArgs. |
Name | Description |
---|---|
Cancel | To check continue this event or not |
Icon | Icon that shows in the default modal |
Message | Message that shows in the default modal |
Sender | Toolbar that raise the event |