[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]

[This is preliminary documentation and is subject to change.]

Specifies informational event arguments.

Namespace:  BNSharp
Assembly:  BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)

Syntax

C#
[SerializableAttribute]
public class InformationEventArgs : BaseEventArgs
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class InformationEventArgs _
	Inherits BaseEventArgs
Visual C++
[SerializableAttribute]
public ref class InformationEventArgs : public BaseEventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    BNSharp..::.BaseEventArgs
      BNSharp..::.InformationEventArgs

See Also