Delegate StdBSWeather.CityChangedHandler
Handler for event City Changed.
Assembly: StdPlatBS100.dll
Syntax
public delegate void CityChangedHandler(StdBEWeatherCity city);
Parameters
Constructors
CityChangedHandler(Object, IntPtr)
Declaration
public CityChangedHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(StdBEWeatherCity, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(StdBEWeatherCity city, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| StdBEWeatherCity |
city |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Invoke(StdBEWeatherCity)
Declaration
public virtual void Invoke(StdBEWeatherCity city)
Parameters