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

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

Gets a new empty BaseEventArgs object for a specified event data object. This method is not CLS-compliant.

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

Syntax

C#
public static BaseEventArgs GetEmpty(
	BattleNetClient..::.ParseData eventData
)
Visual Basic (Declaration)
Public Shared Function GetEmpty ( _
	eventData As BattleNetClient..::.ParseData _
) As BaseEventArgs
Visual C++
public:
static BaseEventArgs^ GetEmpty(
	BattleNetClient..::.ParseData^ eventData
)

Parameters

eventData
Type: BNSharp.Net..::.BattleNetClient..::.ParseData
The client parsing data.

Return Value

An empty instance with the specified client parsing data.

See Also