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

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

Gets the event arguments that were passed along to the method.

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

Syntax

C#
public EventArgs Args { get; }
Visual Basic (Declaration)
Public ReadOnly Property Args As EventArgs
Visual C++
public:
property EventArgs^ Args {
	EventArgs^ get ();
}

See Also