[ the jinxbot project :: home | community forum | bn# | controls | mbncsutil | get the source ]
Assembly: BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)
[This is preliminary documentation and is subject to change.]
Gets or sets the underlying connection data that was used to drive this event. This property is not CLS-compliant.
Namespace:
BNSharpAssembly: BNSharp (in BNSharp.dll) Version: 0.8.8.15 (0.08.08.15)
Syntax
| C# |
|---|
public BattleNetClient..::.ParseData EventData { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property EventData As BattleNetClient..::.ParseData |
| Visual C++ |
|---|
public: property BattleNetClient..::.ParseData^ EventData { BattleNetClient..::.ParseData^ get (); void set (BattleNetClient..::.ParseData^ value); } |