DisplayMessageEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Event args related to a display message
public ref class DisplayMessageEventArgs : EventArgs
public class DisplayMessageEventArgs : EventArgs
type DisplayMessageEventArgs = class
inherit EventArgs
Public Class DisplayMessageEventArgs
Inherits EventArgs
- Inheritance
-
DisplayMessageEventArgs
Constructors
DisplayMessageEventArgs(MessageCategory, String) |
Initializes a new instance of the DisplayMessageEventArgs class. |
Properties
Category |
Gets the category of the message - Error, Warning, etc. |
Message |
Gets the content of the message |