Arguments of the Message event.

Namespace:  PostSharp.Extensibility
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class MessageEventArgs _
	Inherits EventArgs
C#
[SerializableAttribute]
public sealed class MessageEventArgs : EventArgs
Visual C++
[SerializableAttribute]
public ref class MessageEventArgs sealed : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PostSharp.Extensibility..::.MessageEventArgs

See Also